 |
AntiMicroX
|
Go to the documentation of this file.
21 #include <QGridLayout>
39 QWidget *parent =
nullptr);
@ SENSOR_FWD
Definition: joysensordirection.h:34
@ SENSOR_LEFT
Definition: joysensordirection.h:30
@ SENSOR_DOWN
Definition: joysensordirection.h:33
The configuration dialog for a JoySensor itself.
Definition: joysensoreditdialog.h:33
JoySensorType getType() const
Returns the sensor type.
Definition: joysensor.cpp:247
@ SENSOR_UP
Definition: joysensordirection.h:32
InputDevice * getInputDevice() const
Definition: setjoystick.cpp:931
JoySensorDirection
A bitfield style enum which encodes all possible three dimensional sensor directions....
Definition: joysensordirection.h:27
Represents one sensor in a SetJoystick and its connections to other parts of the application....
Definition: joysensor.h:39
@ SENSOR_RIGHT
Definition: joysensordirection.h:31
@ GYROSCOPE
Definition: joysensortype.h:26
@ SENSOR_BWD
Definition: joysensordirection.h:35
SetJoystick * getParentSet() const
Get pointer to the set that a sensor belongs to.
Definition: joysensor.cpp:774
QHash< JoySensorDirection, JoySensorButton * > * getButtons()
Returns a QHash which maps the SensorDirection to the corresponding JoySensorButton.
Definition: joysensor.cpp:541