15.0.0
Changed
- Modified the letter case of window event types to match their type annotations.
This may cause regressions. Run Mypy to check for[comparison-overlap]
errors. - Mouse event attributes are being changed:
.pixel -> .position
and.pixel_motion -> .motion
. Context.convert_event
now returns copies of events with mouse coordinates converted into tile positions.
Deprecated
- Mouse event pixel and tile attributes have been deprecated.