Keyboard key trigger event. More...
Public Member Functions | |
CKeyEvent (char const *const _entry, KBD_KEYS _key) | |
Constructor to specify mapper event, and KBD_* key enumeration constant. | |
virtual void | Active (bool yesno) |
Change whether the event is activated or not. | |
void | notifybutton (CTextButton *n) |
Associate this object with a text button in the mapper UI. | |
virtual void | RebindRedraw (void) |
TODO. | |
Public Attributes | |
CTextButton * | notify_button |
Text button in the mapper UI to indicate our status by. | |
KBD_KEYS | key |
KBD_* key enumeration value to transmit to keyboard emulation. |
Keyboard key trigger event.
Definition at line 2326 of file sdl_mapper.cpp.