Enum Buttons
Represents 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 | The left button. |
LeftStick | State of the left stick. |
LeftThumbstickDown | The left thumbstick is down |
LeftThumbstickLeft | The left thumbstick's left |
LeftThumbstickRight | The right direction of the left thumbstick |
LeftThumbstickUp | The left thumbstick is up |
LeftTrigger | The left trigger. |
Right | Right button. |
RightShoulder | Status of the right shoulder. |
RightStick | State of the right stick. |
RightThumbstickDown | The right thumbstick is down |
RightThumbstickLeft | The right thumbstick moves left |
RightThumbstickRight | The right thumbstick direction to the right |
RightThumbstickUp | The right thumbstick is 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. |