Enum Buttons
Defines the buttons on gamepad.
[Flags]
public enum Buttons
Fields
A = 4096A button.
B = 8192B button.
Back = 32BACK button.
BigButton = 2048Big button.
DPadDown = 2Directional pad down.
DPadLeft = 4Directional pad left.
DPadRight = 8Directional pad right.
DPadUp = 1Directional pad up.
LeftShoulder = 256Left bumper (shoulder) button.
LeftStick = 64Left stick button (pressing the left stick).
LeftThumbstickDown = 536870912Left stick is towards down.
LeftThumbstickLeft = 2097152Left stick is towards the left.
LeftThumbstickRight = 1073741824Left stick is towards the right.
LeftThumbstickUp = 268435456Left stick is towards up.
LeftTrigger = 8388608Left trigger.
None = 0No button set.
RightShoulder = 512Right bumper (shoulder) button.
RightStick = 128Right stick button (pressing the right stick).
RightThumbstickDown = 33554432Right stick is towards down.
RightThumbstickLeft = 134217728Right stick is towards the left.
RightThumbstickRight = 67108864Right stick is towards the right.
RightThumbstickUp = 16777216Right stick is towards up.
RightTrigger = 4194304Right trigger.
Start = 16START button.
X = 16384X button.
Y = 32768Y button.