DOSBox-X
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
CTriggeredEvent Class Reference

class for events which can be ON/OFF only: key presses, joystick buttons, joystick hat More...

Inheritance diagram for CTriggeredEvent:
CEvent CHandlerEvent CJButtonEvent CJHatEvent CKeyEvent CModEvent CMouseButtonEvent

List of all members.

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.

Detailed Description

class for events which can be ON/OFF only: key presses, joystick buttons, joystick hat

Definition at line 406 of file sdl_mapper.cpp.


The documentation for this class was generated from the following file: