GameControllerSwitchKind GameControllerSwitchKind GameControllerSwitchKind GameControllerSwitchKind Enum

Definition

The type of switch on the game controller.

public : enum class GameControllerSwitchKindpublic enum GameControllerSwitchKindPublic Enum GameControllerSwitchKind// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Fields

EightWay EightWay EightWay EightWay

An eight-way switch, which has all positions in the GameControllerSwitchPosition enumeration.

FourWay FourWay FourWay FourWay

A four-way switch, which has Up, Down, Left, Right, and Center positions.

TwoWay TwoWay TwoWay TwoWay

A two-way switch, which has Up, Down, and Center positions.