 |
AntiMicroX
|
Go to the documentation of this file.
19 #ifndef INPUTDEVICESTATUSEVENT_H
20 #define INPUTDEVICESTATUSEVENT_H
52 #endif // INPUTDEVICESTATUSEVENT_H
int getCurrentDirection()
Definition: joydpad.cpp:202
Represents single axis of of joystick (or other input)
Definition: joyaxis.h:40
A set of mapped events which can by switched by a controller event. Contains controller input objects...
Definition: setjoystick.h:39
JoyButton * getJoyButton(int index) const
Definition: setjoystick.cpp:57
JoyDPad * getJoyDPad(int index) const
Definition: setjoystick.cpp:65
bool inDeadZone(int value)
Definition: joyaxis.cpp:179
JoyAxis * getJoyAxis(int index) const
Definition: setjoystick.cpp:59
@ SENSOR_COUNT
Definition: joysensortype.h:30
int getCurrentRawValue()
Definition: joyaxis.cpp:463