class for events which have a non-boolean state: joystick axis movement More...
Public Member Functions | |
CContinuousEvent (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 ev_trigger) |
Deactivate the event. | |
virtual Bitu | GetActivityCount (void) |
Retrieve activity counter. | |
virtual void | RepostActivity (void) |
Re-post activity. |
class for events which have a non-boolean state: joystick axis movement
Definition at line 440 of file sdl_mapper.cpp.