GamepadButtons Enumeration

Specifies the button type.

Syntax

[FlagsAttribute]
public enum class GamepadButtons  

Members

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 Menu button
None No specific type of button is specified
RightShoulder 8192  Right bumper
RightThumbstick 32768  Right stick
View View button
X 64  X button
Y 128  Y button

Requirements

Namespace: Windows.Xbox.Input

Metadata: windows.winmd

See also

Reference

Windows.Xbox.Input Namespace