![]() |
Pixel Dust Game Engine
v0.9.5
|
Public Attributes | |
bool | shift |
true if shift key is down | |
bool | ctrl |
true if control key is down | |
bool | alt |
true if alt key is down | |
bool | meta |
true if some other modifier key is down | |
Base structure for any event that might care about modifier keys.
bool alt |
true if alt key is down
bool ctrl |
true if control key is down
bool meta |
true if some other modifier key is down
bool shift |
true if shift key is down