[FlagsAttribute]
public enum class GamepadButtons
| Member | Value | Description |
|---|---|---|
| A | 16 | A button |
| B | 32 | B button |
| DPadDown | 512 | D-pad down |
| DPadLeft | 1024 | D-pad left |
| DPadRight | 2048 | D-pad right |
| DPadUp | 256 | D-pad up |
| LeftShoulder | 4096 | Left bumper |
| LeftThumbstick | 16384 | Left stick |
| Menu | 4 | Menu button |
| None | 0 | No specific type of button is specified |
| RightShoulder | 8192 | Right bumper |
| RightThumbstick | 32768 | Right stick |
| View | 8 | View button |
| X | 64 | X button |
| Y | 128 | Y button |
Namespace: Windows.Xbox.Input
Metadata: windows.winmd