Modifier trigger event, for modifier keys. This permits the user to change modifier key bindings. More...
Public Member Functions | |
CModEvent (char const *const _entry, Bitu _wmod) | |
Constructor to provide entry name and the index of the modifier button. | |
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 |
Mapper UI text button to indicate status by. | |
Protected Attributes | |
Bitu | wmod |
Modifier button index. |
Modifier trigger event, for modifier keys. This permits the user to change modifier key bindings.
Definition at line 2537 of file sdl_mapper.cpp.