Enum Buttons
Represent all gamepad buttons.
Namespace: Evergine.Common.Input
Assembly: Evergine.Common.dll
Syntax
public enum Buttons
Fields
| Name | Description |
|---|---|
| A | State of the A button. |
| B | State of the B button. |
| Back | State of the back button. |
| Down | Down button. |
| LefShoulder | State of the left shoulder. |
| Left | Left button. |
| LeftStick | State of the left stick. |
| LeftThumbstickDown | The left thumbstick down |
| LeftThumbstickLeft | The left thumbstick left |
| LeftThumbstickRight | The left thumbstick right |
| LeftThumbstickUp | The left thumbstick up |
| LeftTrigger | Left trigger. |
| Right | Right button. |
| RightShoulder | State of the right shoulder. |
| RightStick | State of the right stick. |
| RightThumbstickDown | The right thumbstick down |
| RightThumbstickLeft | The right thumbstick left |
| RightThumbstickRight | The right thumbstick right |
| RightThumbstickUp | The right thumbstick up |
| RightTrigger | Right trigger. |
| Start | State of the start button. |
| Up | Up button. |
| X | State of the X button. |
| Y | State of the Y button. |