|
| SDLInputEvent (SDL_Event event) |
|
| SDLInputEvent (const int keyCode) |
|
| SDLInputEvent (int type, void *data) |
|
void | setModifiers (bool capsOn, bool shiftOn) |
|
void | clearContent () |
|
void | setKeyCode (GingaScreenID screenId, const int keyCode) |
|
const int | getKeyCode (GingaScreenID screenId) |
|
unsigned int | getType () |
|
void * | getApplicationData () |
|
bool | isButtonPressType () |
|
bool | isMotionType () |
|
bool | isPressedType () |
|
bool | isKeyType () |
|
bool | isApplicationType () |
|
void | setAxisValue (int x, int y, int z) |
|
void | getAxisValue (int *x, int *y, int *z) |
|
void * | getContent () |
|
|
static const string | ET_WAKEUP = "GINGA_WAKEUP" |
|
static const string | ET_INPUTEVENT = "GINGA_INPUTEVENT" |
|
static const string | ET_USEREVENT = "GINGA_USEREVENT" |
|
The documentation for this class was generated from the following files:
- gingacc-mb/include/mb/interface/sdl/input/SDLInputEvent.h
- gingacc-mb/src/interface/sdl/input/SDLInputEvent.cpp