Joystick hat event. More...
Public Member Functions | |
CJHatEvent (char const *const _entry, Bitu _stick, Bitu _hat, Bitu _dir) | |
Constructor to describe mapper event, joystick, hat, and direction. | |
virtual void | Active (bool pressed) |
Change whether the event is activated or not. | |
void | notifybutton (CTextButton *n) |
virtual void | RebindRedraw (void) |
TODO. | |
Public Attributes | |
CTextButton * | notify_button |
Protected Attributes | |
Bitu | stick |
Which joystick. | |
Bitu | hat |
Which hat. | |
Bitu | dir |
Direction of hat. |
Joystick hat event.
Definition at line 2497 of file sdl_mapper.cpp.