 |
AntiMicroX
|
Go to the documentation of this file.
19 #ifndef JOYCONTROLSTICKCONTEXTMENUHELPER_H
20 #define JOYCONTROLSTICKCONTEXTMENUHELPER_H
36 void setPendingSlots(QHash<JoyControlStick::JoyStickDirections, JoyButtonSlot *> *tempSlots);
38 QHash<JoyControlStick::JoyStickDirections, JoyButtonSlot *>
const &
getPendingSlots();
46 QHash<JoyControlStick::JoyStickDirections, JoyButtonSlot *>
pendingSlots;
49 #endif // JOYCONTROLSTICKCONTEXTMENUHELPER_H
QHash< JoyStickDirections, JoyControlStickButton * > * getButtons()
Definition: joycontrolstick.cpp:1820
JoyStickDirections
Definition: joycontrolstickdirectionstype.h:25
JoyControlStickButton * getDirectionButton(JoyStickDirections direction)
Get a pointer to the stick direction button for the desired direction.
Definition: joycontrolstick.cpp:1179
Represents stick of a joystick.
Definition: joycontrolstick.h:37