openMSX
|
#include <Event.hh>
Public Member Functions | |
int | getX () const |
int | getY () const |
int | getAbsX () const |
int | getAbsY () 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 150 of file Event.hh.
References openmsx::SdlEvent::evt.
|
inline |
Definition at line 151 of file Event.hh.
References openmsx::SdlEvent::evt.
|
inline |
Definition at line 148 of file Event.hh.
References openmsx::SdlEvent::evt.
|
inline |
Definition at line 149 of file Event.hh.
References openmsx::SdlEvent::evt.
|
inlineexplicit |