pursuedpybear
pursuedpybear copied to clipboard
Mismatched typing in events
MouseMotion.buttons is type hinted as a Collection of buttons.
KeyPressed.mods is type hinted as a Set of modifier keys.
We should examine if these should use the same type hint and concrete implementation.