pursuedpybear icon indicating copy to clipboard operation
pursuedpybear copied to clipboard

Mismatched typing in events

Open pathunstrom opened this issue 4 years ago • 0 comments

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.

pathunstrom avatar May 09 '20 15:05 pathunstrom