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

Keyboard key trigger event. More...

Inheritance diagram for CKeyEvent:
CTriggeredEvent CEvent

List of all members.

Public Member Functions

 CKeyEvent (char const *const _entry, KBD_KEYS _key)
 Constructor to specify mapper event, and KBD_* key enumeration constant.
virtual void Active (bool yesno)
 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

CTextButtonnotify_button
 Text button in the mapper UI to indicate our status by.
KBD_KEYS key
 KBD_* key enumeration value to transmit to keyboard emulation.

Detailed Description

Keyboard key trigger event.

Definition at line 2326 of file sdl_mapper.cpp.


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