openMSX
|
#include <Event.hh>
Static Public Member Functions | |
static KeyUpEvent | create (SDL_Keycode code, SDL_Keymod mod=KMOD_NONE) |
Additional Inherited Members | |
Public Member Functions inherited from openmsx::KeyEvent | |
bool | getRepeat () const |
SDL_Keycode | getKeyCode () const |
SDL_Scancode | getScanCode () const |
uint16_t | getModifiers () const |
uint32_t | getUnicode () const |
SDLKey | getKey () 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 |
Protected Attributes inherited from openmsx::SdlEvent | |
SDL_Event | evt |
|
inlinestatic |
Definition at line 62 of file Event.hh.
References openmsx::SdlEvent::evt.
Referenced by TEST_CASE().