buttonY property
bool
buttonY
Returns true if the Y button is pressed down.
Implementation
bool get buttonY => _buttonBitmask & XINPUT_GAMEPAD_Y == XINPUT_GAMEPAD_Y;
Returns true if the Y button is pressed down.
bool get buttonY => _buttonBitmask & XINPUT_GAMEPAD_Y == XINPUT_GAMEPAD_Y;