Type Alias XboxGamePadShoulderButtons

XboxGamePadShoulderButtons: {
    leftBumper: boolean;
    rightBumper: boolean;
}

Type declaration

  • leftBumper: boolean

    Indicates if the left shoulder button is pressed.

  • rightBumper: boolean

    Indicates if the right shoulder button is pressed.