buttonBack property

bool buttonBack

Returns true if the back button is pressed down.

Implementation

bool get buttonBack =>
    _buttonBitmask & XINPUT_GAMEPAD_BACK == XINPUT_GAMEPAD_BACK;