GameControllerSwitchKind 枚举

定义

游戏控制器上的开关类型。

public enum class GameControllerSwitchKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class GameControllerSwitchKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum GameControllerSwitchKind
var value = Windows.Gaming.Input.GameControllerSwitchKind.twoWay
Public Enum GameControllerSwitchKind
继承
GameControllerSwitchKind
属性

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

字段

EightWay 2

一个八向开关,其中包含 GameControllerSwitchPosition 枚举中的所有位置。

FourWay 1

四向开关,具有 向上向下向左向右居中 位置。

TwoWay 0

双向开关,具有 “向上”、“ 向下”“居中” 位置。

适用于

另请参阅