buttonY property

bool buttonY

Returns true if the Y button is pressed down.

Implementation

bool get buttonY =>
    _buttonBitmask & XINPUT_GAMEPAD_BUTTON_FLAGS.XINPUT_GAMEPAD_Y ==
    XINPUT_GAMEPAD_BUTTON_FLAGS.XINPUT_GAMEPAD_Y;