leftThumbstickY property

int leftThumbstickY
final

Left thumbstick y-axis value.

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

Implementation

final int leftThumbstickY;