class for events which can be ON/OFF only: key presses, joystick buttons, joystick hat More...
Public Member Functions | |
| CTriggeredEvent (char const *const _entry) | |
| Constructor, with event name. | |
| virtual bool | IsTrigger (void) |
| Indicate whether the event is a trigger or continuous input. | |
| virtual void | ActivateEvent (bool ev_trigger, bool skip_action) |
| Activate the event, act on it. | |
| virtual void | DeActivateEvent (bool) |
| Deactivate the event. | |
class for events which can be ON/OFF only: key presses, joystick buttons, joystick hat
Definition at line 406 of file sdl_mapper.cpp.
1.8.0