leftShoulder property

bool leftShoulder

Returns true if the left shoulder button is pressed down.

Implementation

bool get leftShoulder =>
    _buttonBitmask & XINPUT_GAMEPAD_LEFT_SHOULDER ==
    XINPUT_GAMEPAD_LEFT_SHOULDER;