zeth / inputs

Cross-platform Python support for keyboards, mice and gamepads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Modifier Keys

frastlin opened this issue · comments

I would like to know if one of the modifier keys are pressed at any point in time. I can track this myself, but it's so common, that I would like it to be done in inputs. Like in Javascript, it would be nice if there was a list of modifier keys added to each event object.