50 #ifndef SDLINPUTEVENT_H_
51 #define SDLINPUTEVENT_H_
55 #include "mb/interface/IInputEvent.h"
56 #include "mb/interface/CodeMap.h"
66 static const string ET_WAKEUP;
67 static const string ET_INPUTEVENT;
68 static const string ET_USEREVENT;
85 void setModifiers(
bool capsOn,
bool shiftOn);
88 void setKeyCode(GingaScreenID screenId,
const int keyCode);
89 const int getKeyCode(GingaScreenID screenId);
91 unsigned int getType();
92 void* getApplicationData();
94 bool isButtonPressType();
98 bool isApplicationType();
100 void setAxisValue(
int x,
int y,
int z);
101 void getAxisValue(
int* x,
int* y,
int* z);
Definition: SDLInputEvent.h:64
Definition: IInputEvent.h:61