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
Events are a mess right now and need to be cleaned up. Multiple bad ideas need to be deprecated and removed in a way which allows for backwards compatibility.
Fix case in window event types as they do not match the type hints.
Rename mouse pixel attributes to just position and motion in preparation to removing their tile attributes.
Context.convert_event should return a new event with updated positions instead of editing events in place.
A new function needs to be added to convert coordinates when contexts are not available.
Deprecate tile attributes in mouse events.
The text was updated successfully, but these errors were encountered:
Events are a mess right now and need to be cleaned up. Multiple bad ideas need to be deprecated and removed in a way which allows for backwards compatibility.
position
andmotion
in preparation to removing their tile attributes.Context.convert_event
should return a new event with updated positions instead of editing events in place.The text was updated successfully, but these errors were encountered: