Enum GamepadButtons
The device-agnostic gamepad buttons.
Namespace: Phoenix.Input
Assembly: Phoenix.Abstractions.Input.dll
Syntax
[Flags]
public enum GamepadButtons
Fields
Name | Description |
---|---|
A | The 'A' button. |
B | The 'B' button. |
DpadDown | The D Pad down button. |
DpadLeft | The D Pad left button. |
DpadRight | The D Pad right button. |
DpadUp | The D Pad up button. |
Enroll | The Enroll button (Sync controller). |
LeftShoulder | The left shoulder button (bumper). |
LeftThumbstick | The left joystick press in button. |
Menu | The menu button. |
Nexus | The center button (Xbox button). |
None | No buttons are pressed. |
RightShoulder | The right shoulder button (bumper). |
RightThumbstick | The right joystick press in button. |
View | The view button. |
X | The 'X' button. |
Y | The 'Y' button. |