You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.