 |
AntiMicroX
|
Go to the documentation of this file.
18 #ifndef INPUTDEVICEXML_H
19 #define INPUTDEVICEXML_H
24 class QXmlStreamReader;
25 class QXmlStreamWriter;
58 #endif // INPUTDEVICEXML_H
QHash< JoyStickDirections, JoyControlStickButton * > * getButtons()
Definition: joycontrolstick.cpp:1820
JoyAxis * getAxisY()
Definition: joycontrolstick.cpp:1824
#define DEBUG()
Definition: logger.h:41
const QString programVersion
Definition: common.h:152
Represents single axis of of joystick (or other input)
Definition: joyaxis.h:40
int getRealJoyIndex()
Definition: joyaxis.cpp:251
const QHash< JoySensorType, JoySensor * > & getSensors() const
Get all sensor objects in this set.
Definition: setjoystick.cpp:1113
QString getStickName()
Definition: joycontrolstick.cpp:2190
const QHash< int, JoyDPad * > & getHats() const
Definition: setjoystick.cpp:1105
const int LATESTCONFIGFILEVERSION
Definition: common.h:134
QHash< int, JoyDPadButton * > * getButtons()
Definition: joydpad.cpp:223
JoyButton * getVButton(JoyDPadButton::JoyDPadDirections direction)
Definition: vdpad.cpp:233
JoyAxis * getAxisX()
Definition: joycontrolstick.cpp:1822
Definition: antimicrosettings.h:26
JoyAxisButton * getPAxisButton()
Definition: joyaxis.cpp:459
JoySensorType
Definition: joysensortype.h:23
const QHash< int, VDPad * > & getVdpads() const
Definition: setjoystick.cpp:1115
int getRealJoyIndex()
Definition: joycontrolstick.cpp:745
void addVButton(JoyDPadButton::JoyDPadDirections direction, JoyButton *button)
Definition: vdpad.cpp:134
Represents stick of a joystick.
Definition: joycontrolstick.h:37
virtual QString getAxisName()
Definition: joyaxis.cpp:722
JoySensorDirection
A bitfield style enum which encodes all possible three dimensional sensor directions....
Definition: joysensordirection.h:27
JoyAxisButton * getNAxisButton()
Definition: joyaxis.cpp:461
#define WARN()
Definition: logger.h:44
const QHash< int, JoyButton * > & getButtons() const
Definition: setjoystick.cpp:1103
QHash< int, JoyAxis * > * getAxes()
Definition: setjoystick.cpp:1101
const QHash< int, JoyControlStick * > & getSticks() const
Definition: setjoystick.cpp:1107
int getRealJoyNumber()
Definition: joydpad.cpp:111
it is up to the author donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License If the distribution and or use of the Library is restricted in certain countries either by patents or by copyrighted the original copyright holder who places the Library under this License may add an geographical distribution limitation excluding those so that distribution is permitted only in or among countries not thus excluded In such this License incorporates the limitation as if written in the body of this License The Free Software Foundation may publish revised and or new versions of the Lesser General Public License from time to time Such new versions will be similar in spirit to the present but may differ in detail to address new problems or concerns Each version is given a distinguishing version number If the Library specifies a version number of this License which applies to it and any later you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation If the Library does not specify a license version number
Definition: lgpl-2.1.txt:423
const QString getDpadName()
Definition: joydpad.cpp:513