buttonStart property

bool buttonStart

Returns true if the start button is pressed down.

Implementation

bool get buttonStart =>
    _buttonBitmask & XINPUT_GAMEPAD_START == XINPUT_GAMEPAD_START;