AntiMicroX
Functions
event.h File Reference
#include "common.h"
#include "joybuttonslot.h"
#include "springmousemoveinfo.h"
Include dependency graph for event.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ keycodeToKeyString()

QString keycodeToKeyString ( int  keycode,
int  alias = 0 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ keysymToKeyString()

QString keysymToKeyString ( int  keysym,
int  alias = 0 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ sendevent() [1/2]

void sendevent ( int  code1,
int  code2 
)
Here is the call graph for this function:

◆ sendevent() [2/2]

void sendevent ( JoyButtonSlot slot,
bool  pressed = true 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ sendKeybEvent()

void sendKeybEvent ( JoyButtonSlot slot,
bool  pressed = true 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ sendSpringEvent()

void sendSpringEvent ( PadderCommon::springModeInfo fullSpring,
PadderCommon::springModeInfo relativeSpring = 0,
int *const  mousePosX = 0,
int *const  mousePos = 0 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ X11KeyCodeToX11KeySym()

int X11KeyCodeToX11KeySym ( int  keycode)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ X11KeySymToKeycode()

int X11KeySymToKeycode ( QString  key)
Here is the call graph for this function:
Here is the caller graph for this function: