buttonA property
bool
buttonA
Returns true if the A button is pressed down.
Implementation
bool get buttonA => _buttonBitmask & XINPUT_GAMEPAD_A == XINPUT_GAMEPAD_A;
Returns true if the A button is pressed down.
bool get buttonA => _buttonBitmask & XINPUT_GAMEPAD_A == XINPUT_GAMEPAD_A;