 |
AntiMicroX
|
Go to the documentation of this file.
24 #include <SDL2/SDL_gamecontroller.h>
41 virtual QString
getName()
override;
virtual QString getSDLName() override
Definition: joystick.cpp:51
virtual QString getSerialString() const override
Definition: joystick.cpp:108
#define INFO()
Definition: logger.h:43
virtual SDL_JoystickID getSDLJoystickID() override
Definition: joystick.cpp:175
SDL_JoystickID joystickID
Definition: joystick.h:67
virtual QString getXmlName() const override
Definition: joystick.cpp:47
virtual QString getName() override
Definition: joystick.cpp:49
A set of mapped events which can by switched by a controller event. Contains controller input objects...
Definition: setjoystick.h:39
Joystick(SDL_Joystick *joyhandle, int deviceIndex, AntiMicroSettings *settings, QObject *parent)
Definition: joystick.cpp:31
SDL_Joystick * getJoyhandle() const
Definition: joystick.cpp:177
Definition: antimicrosettings.h:26
virtual QString getProductIDString() const override
Definition: joystick.cpp:92
SDL_Joystick * m_joyhandle
Definition: joystick.h:65
JoySensorType
Definition: joysensortype.h:23
General input device (which is not a typical gamepad like steering wheels, flight sticks etc....
Definition: joystick.h:34
virtual int getNumberRawAxes() override
Definition: joystick.cpp:157
int counterUniques
Definition: joystick.h:68
SDL_GameController * controller
Definition: joystick.h:66
virtual QString getGUIDString() const override
Definition: joystick.cpp:63
virtual QString getProductVersion() const override
Definition: joystick.cpp:122
virtual double getRawSensorRate(JoySensorType type) override
Definition: joystick.cpp:169
virtual int getNumberRawHats() override
Definition: joystick.cpp:163
void setCounterUniques(int counter) override
Definition: joystick.cpp:173
virtual void closeSDLDevice() override
Definition: joystick.cpp:143
virtual QString getVendorString() const override
Definition: joystick.cpp:76
virtual int getNumberRawButtons() override
Definition: joystick.cpp:151
static const QString xmlName
Definition: globalvariables.h:201
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
virtual bool hasRawSensor(JoySensorType type) override
Definition: joystick.cpp:171
virtual QString getUniqueIDString() const override
Definition: joystick.cpp:138