GamePadAxis Enum
Namespace: Stride.InputAssembly: Stride.Input.dll
Axis for gamepad returned by GamePadState.
[Flags]
public enum GamePadAxis : ushort
Fields
Name | Description |
---|---|
LeftThumbX | The X-Axis of the left thumb stick |
LeftThumbY | The Y-Axis of the left thumb stick |
LeftTrigger | The left trigger |
None | No Axis |
RightThumbX | The X-Axis of the right thumb stick |
RightThumbY | The Y-Axis of the right thumb stick |
RightTrigger | The right trigger |