50 #ifndef DFBGINPUTEVENT_H_
51 #define DFBGINPUTEVENT_H_
53 #include "mb/interface/IInputEvent.h"
54 #include "mb/interface/CodeMap.h"
83 void setKeyCode(GingaScreenID screenId,
const int keyCode);
84 const int getKeyCode(GingaScreenID screenId);
86 unsigned int getType();
87 void* getApplicationData();
89 bool isButtonPressType();
93 bool isApplicationType();
95 void setAxisValue(
int x,
int y,
int z);
96 void getAxisValue(
int* x,
int* y,
int* z);
Definition: IInputEvent.h:61
Definition: DFBGInputEvent.h:70