![]() |
AntiMicroX
|
#include <QApplication>
#include <QCursor>
#include <QDebug>
#include <QFileInfo>
#include <QMessageBox>
#include <QProcess>
#include <QScreen>
#include <QStringList>
#include <QVariant>
#include <cmath>
#include "event.h"
#include "eventhandlerfactory.h"
#include "globalvariables.h"
#include "joybuttontypes/joybutton.h"
#include "logger.h"
Functions | |
void | fakeAbsMouseCoordinates (double springX, double springY, int width, int height, int &finalx, int &finaly, int screen) |
QString | detectedScriptExt (QString file) |
detects executor for selected file (for .py files python, for .exe "" etc) More... | |
void | sendevent (JoyButtonSlot *slot, bool pressed) |
void | sendevent (int code1, int code2) |
void | sendSpringEventRefactor (PadderCommon::springModeInfo *fullSpring, PadderCommon::springModeInfo *relativeSpring, int *const mousePosX, int *const mousePosY) |
void | sendSpringEvent (PadderCommon::springModeInfo *fullSpring, PadderCommon::springModeInfo *relativeSpring, int *const mousePosX, int *const mousePosY) |
int | X11KeySymToKeycode (QString key) |
QString | keycodeToKeyString (int keycode, int alias) |
int | X11KeyCodeToX11KeySym (int keycode) |
QString | keysymToKeyString (int keysym, int alias) |
void | sendKeybEvent (JoyButtonSlot *slot, bool pressed) |
QString detectedScriptExt | ( | QString | file | ) |
detects executor for selected file (for .py files python, for .exe "" etc)
void fakeAbsMouseCoordinates | ( | double | springX, |
double | springY, | ||
int | width, | ||
int | height, | ||
int & | finalx, | ||
int & | finaly, | ||
int | screen | ||
) |
QString keycodeToKeyString | ( | int | keycode, |
int | alias | ||
) |
QString keysymToKeyString | ( | int | keysym, |
int | alias | ||
) |
void sendevent | ( | int | code1, |
int | code2 | ||
) |
void sendevent | ( | JoyButtonSlot * | slot, |
bool | pressed | ||
) |
void sendKeybEvent | ( | JoyButtonSlot * | slot, |
bool | pressed | ||
) |
void sendSpringEvent | ( | PadderCommon::springModeInfo * | fullSpring, |
PadderCommon::springModeInfo * | relativeSpring, | ||
int *const | mousePosX, | ||
int *const | mousePosY | ||
) |
void sendSpringEventRefactor | ( | PadderCommon::springModeInfo * | fullSpring, |
PadderCommon::springModeInfo * | relativeSpring, | ||
int *const | mousePosX, | ||
int *const | mousePosY | ||
) |
int X11KeyCodeToX11KeySym | ( | int | keycode | ) |
int X11KeySymToKeycode | ( | QString | key | ) |