![]() |
AntiMicroX
|
#include "globalvariables.h"
#include "joybuttonmousehelper.h"
#include "joybuttonslot.h"
#include "springmousemoveinfo.h"
#include <QDeadlineTimer>
#include <QQueue>
#include <QReadWriteLock>
#include <QRunnable>
#include <QThread>
#include <QTimer>
Go to the source code of this file.
Data Structures | |
class | JoyButton |
Represents a single joystick button being part of a SetJoystick Contains multiple JoyButtonSlots which do the actual mapping. Also has various static methods for mouse cursor movement. More... | |
struct | JoyButton::_mouseCursorInfo |
class | MiniSlotRun |