rightThumb property

bool rightThumb

Returns true if the right thumbstick is clicked.

Implementation

bool get rightThumb =>
    _buttonBitmask & XINPUT_GAMEPAD_RIGHT_THUMB == XINPUT_GAMEPAD_RIGHT_THUMB;