openMSX
|
#include <Event.hh>
Public Member Functions | |
auto | getButton () const |
SdlEvent (const SDL_Event &e) | |
Public Member Functions inherited from openmsx::SdlEvent | |
SdlEvent (const SDL_Event &e) | |
const SDL_Event & | getSdlEvent () const |
const SDL_CommonEvent & | getCommonSdlEvent () const |
Additional Inherited Members | |
Protected Attributes inherited from openmsx::SdlEvent | |
SDL_Event | evt |
|
inline |
Definition at line 114 of file Event.hh.
References openmsx::SdlEvent::evt.
|
inlineexplicit |