Joystick button trigger. More...
Public Member Functions | |
CJButtonEvent (char const *const _entry, Bitu _stick, Bitu _button) | |
Constructor, describing mapper event, joystick, and which button. | |
virtual void | Active (bool pressed) |
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. | |
Protected Attributes | |
Bitu | stick |
Which joystick. | |
Bitu | button |
Which button. |
Joystick button trigger.
Definition at line 2457 of file sdl_mapper.cpp.