GameControllerSwitchPosition 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
게임 컨트롤러 스위치의 위치입니다.
public enum class GameControllerSwitchPosition
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class GameControllerSwitchPosition
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum GameControllerSwitchPosition
var value = Windows.Gaming.Input.GameControllerSwitchPosition.center
Public Enum GameControllerSwitchPosition
- 상속
-
GameControllerSwitchPosition
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
|
필드
Center | 0 | 가운데 위치입니다. |
Down | 5 | 아래쪽 위치입니다. |
DownLeft | 6 | 왼쪽 아래 위치입니다. |
DownRight | 4 | 오른쪽 아래 위치입니다. |
Left | 7 | 왼쪽 위치입니다. |
Right | 3 | 올바른 위치입니다. |
Up | 1 | 맨 위 위치입니다. |
UpLeft | 8 | 왼쪽 위 위치입니다. |
UpRight | 2 | 오른쪽 위 위치입니다. |