 |
AntiMicroX
|
Go to the documentation of this file.
19 #ifndef JOYCONTROLSTICKMODIFIERBUTTON_H
20 #define JOYCONTROLSTICKMODIFIERBUTTON_H
34 virtual QString
getPartialName(
bool forceFullFormat =
false,
bool displayNames =
false)
const;
55 #endif // JOYCONTROLSTICKMODIFIERBUTTON_H
A set of mapped events which can by switched by a controller event. Contains controller input objects...
Definition: setjoystick.h:39
double calculateLastDirectionalDistance()
Definition: joycontrolstick.cpp:1464
double calculateDirectionalDistance()
Used to calculate the distance value that should be used for keyboard events and distance slots.
Definition: joycontrolstick.cpp:1619
double getAbsoluteRawDistance()
Get the raw radial distance of the stick. Values will be between 0 - 32,767.
Definition: joycontrolstick.cpp:691
virtual QString getPartialName(bool forceFullFormat=false, bool displayNames=false)
Definition: joycontrolstick.cpp:798
Represents stick of a joystick.
Definition: joycontrolstick.h:37
double calculateLastAccelerationDirectionalDistance()
Definition: joycontrolstick.cpp:1552