Table of Contents

Enum GamepadButton

Namespace
SimulationFramework.Input
Assembly
SimulationFramework.dll

Specifies the buttons on a gamepad.

public enum GamepadButton

Fields

A = 0

The A button.

B = 1

The B button.

Back = 6

The back Button.

Down = 12

The down button.

Home = 8

The home button.

Left = 13

The left button.

LeftBumper = 9

The left bumper.

LeftStick = 4

The left stick button.

Right = 14

The right button.

RightBumper = 10

The right bumper.

RightStick = 5

The right stick button.

Start = 7

The start button.

Up = 11

The up button.

X = 2

The X button.

Y = 3

The Y button.