rightThumbstickY property

int rightThumbstickY
final

Right thumbstick y-axis value.

A signed value between -32768 and 32767 describing the position of the right thumbstick. A value of 0 is centered. Negative values signify down. Positive values signify up. The constant value GamepadCapabilities.rightThumbDeadzone can be used as a positive and negative filter to filter a thumbstick input.

Implementation

final int rightThumbstickY;