![]() |
AntiMicroX
|
Go to the source code of this file.
Functions | |
void | sendevent (JoyButtonSlot *slot, bool pressed=true) |
void | sendevent (int code1, int code2) |
void | sendKeybEvent (JoyButtonSlot *slot, bool pressed=true) |
void | sendSpringEvent (PadderCommon::springModeInfo *fullSpring, PadderCommon::springModeInfo *relativeSpring=0, int *const mousePosX=0, int *const mousePos=0) |
int | X11KeySymToKeycode (QString key) |
QString | keycodeToKeyString (int keycode, int alias=0) |
int | X11KeyCodeToX11KeySym (int keycode) |
QString | keysymToKeyString (int keysym, int alias=0) |
QString keycodeToKeyString | ( | int | keycode, |
int | alias = 0 |
||
) |
QString keysymToKeyString | ( | int | keysym, |
int | alias = 0 |
||
) |
void sendevent | ( | int | code1, |
int | code2 | ||
) |
void sendevent | ( | JoyButtonSlot * | slot, |
bool | pressed = true |
||
) |
void sendKeybEvent | ( | JoyButtonSlot * | slot, |
bool | pressed = true |
||
) |
void sendSpringEvent | ( | PadderCommon::springModeInfo * | fullSpring, |
PadderCommon::springModeInfo * | relativeSpring = 0 , |
||
int *const | mousePosX = 0 , |
||
int *const | mousePos = 0 |
||
) |
int X11KeyCodeToX11KeySym | ( | int | keycode | ) |
int X11KeySymToKeycode | ( | QString | key | ) |