RawGamepadReading has the following members.
| Name | Description | |
|---|---|---|
![]() |
Buttons | The Gampad buttons that are depressed. |
![]() |
LeftThumbstickX | The LeftThumbstick X value, which varies between -1.0 and 1.0. |
![]() |
LeftThumbstickY | The LeftThumbstick Y value, which varies between -1.0 and 1.0. |
![]() |
LeftTrigger | The left trigger value which varies between 0.0 (not depressed) and 1.0 (fully depressed). |
![]() |
RightThumbstickX | The RightThumbstick X value, which varies between -1.0 and 1.0. |
![]() |
RightThumbstickY | The RightThumbstick Y value, which varies between -1.0 and 1.0. |
![]() |
RightTrigger | The right trigger value which varies between 0.0 (not depressed) and 1.0 (fully depressed). |
![]() |
Timestamp | The current timestamp of the GamepadReading object. |