GamePadButton Enum
Namespace: Stride.InputAssembly: Stride.Input.dll
Buttons for gamepad returned by GamePadState.
[Flags]
public enum GamePadButton : ushortFields
| Name | Description | 
|---|---|
| A | A button. | 
| B | B button. | 
| Back | Back button. | 
| LeftShoulder | Left shoulder button. | 
| LeftThumb | Left thumb button. | 
| None | No buttons. | 
| Pad | Any pad button (DPad / Directional Pad) | 
| PadDown | PadDown button. (DPad / Directional Pad) | 
| PadLeft | PadLeft button. (DPad / Directional Pad) | 
| PadRight | PadRight button. (DPad / Directional Pad) | 
| PadUp | PadUp button. (DPad / Directional Pad) | 
| RightShoulder | Right shoulder button. | 
| RightThumb | Right thumb button. | 
| Start | Start button. | 
| X | X button. | 
| Y | Y button. |