openMSX
|
OSD events are triggered by other events. More...
#include <Event.hh>
Public Types | |
enum | { LEFT_BUTTON , RIGHT_BUTTON , UP_BUTTON , DOWN_BUTTON , A_BUTTON , B_BUTTON } |
Public Member Functions | |
unsigned | getButton () const |
const Event & | getOrigEvent () const |
Get the event that actually triggered the creation of this event. More... | |
![]() | |
uint64_t | getRealTime () const |
Protected Member Functions | |
OsdControlEvent (unsigned button_, Event origEvent_) | |
OSD events are triggered by other events.
They aggregate keyboard and joystick events into one set of events that can be used to e.g. control OSD elements.
anonymous enum |
|
inlineprotected |
|
inline |
|
inline |