Public Member Functions | |
KeypressMessage (const Common::KeyState &ks) | |
Public Member Functions inherited from Common::KeyState | |
KeyState (KeyCode kc=KEYCODE_INVALID) | |
KeyState (KeyCode kc, uint16 asc, byte f=0) | |
void | reset () |
bool | hasFlags (byte f) const |
bool | operator== (const KeyState &x) const |
Additional Inherited Members | |
Public Attributes inherited from Common::KeyState | |
KeyCode | keycode |
uint16 | ascii |
byte | flags |