buttonStart property
bool
buttonStart
Returns true if the start button is pressed down.
Implementation
bool get buttonStart =>
_buttonBitmask & XINPUT_GAMEPAD_START == XINPUT_GAMEPAD_START;
Returns true if the start button is pressed down.
bool get buttonStart =>
_buttonBitmask & XINPUT_GAMEPAD_START == XINPUT_GAMEPAD_START;