armarx::GamepadData
Overview
struct GamepadData
Used By
- GamepadUnitListener::reportGamepadState
Data Member Index
- leftStickX
-
- leftStickY
-
- rightStickX
-
- rightStickY
-
- dPadX
-
- dPadY
-
- leftTrigger
-
- rightTrigger
-
- leftButton
-
- rightButton
-
- backButton
-
- startButton
-
- xButton
-
- yButton
-
- aButton
-
- bButton
-
- theMiddleButton
-
- leftStickButton
-
- rightStickButton
-
Data Members
- float leftStickX;
- float leftStickY;
- float rightStickX;
- float rightStickY;
- float dPadX;
- float dPadY;
- float leftTrigger;
- float rightTrigger;
- bool leftButton;
- bool rightButton;
- bool backButton;
- bool startButton;
- bool xButton;
- bool yButton;
- bool aButton;
- bool bButton;
- bool theMiddleButton;
- bool leftStickButton;
- bool rightStickButton;