ArcadeStickButtons ArcadeStickButtons ArcadeStickButtons ArcadeStickButtons Enum

Definition

Specifies the button type for an arcade stick.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

public : enum class ArcadeStickButtonspublic enum ArcadeStickButtonsPublic Enum ArcadeStickButtons// You can use this enum in JavaScript.
Attributes
System.FlagsAttribute ContractVersionAttribute
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Fields

Action1 Action1 Action1 Action1

The first action button.

Action2 Action2 Action2 Action2

The second action button.

Action3 Action3 Action3 Action3

The third action button.

Action4 Action4 Action4 Action4

The fourth action button.

Action5 Action5 Action5 Action5

The fifth action button.

Action6 Action6 Action6 Action6

The sixth action button.

None None None None

No button.

Special1 Special1 Special1 Special1

The first special button.

Special2 Special2 Special2 Special2

The second special button.

StickDown StickDown StickDown StickDown

The stick is pressed down.

StickLeft StickLeft StickLeft StickLeft

The stick is pressed left.

StickRight StickRight StickRight StickRight

The stick is pressed right.

StickUp StickUp StickUp StickUp

The stick is pressed up.