> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GameInputSwitchKind

> GameInputSwitchKind

# GameInputSwitchKind

입력 장치가 지원하는 스위치의 유형을 열거합니다.

<a id="syntaxSection" />

## 구문

```cpp theme={null}
enum GameInputSwitchKind
{
    GameInputUnknownSwitchKind = -1,
    GameInput2WaySwitch        =  0,
    GameInput4WaySwitch        =  1,
    GameInput8WaySwitch        =  2
};
```

<a id="constantsSection" />

## 상수

| 상수                         | 설명                |
| -------------------------- | ----------------- |
| GameInputUnknownSwitchKind | 식별되지 않은 스위치 유형.   |
| GameInput2WaySwitch        | 두 개의 위치를 가진 스위치.  |
| GameInput4WaySwitch        | 네 개의 위치를 가진 스위치.  |
| GameInput8WaySwitch        | 여덟 개의 위치를 가진 스위치. |

<a id="remarksSection" />

## 설명

이 열거형은 [GameInputControllerSwitchInfo](/reference/input/gameinput/structs/gameinputcontrollerswitchinfo) 구조체에서 사용됩니다.

GameInput API의 중급 및 고급 사용 사례에 대해서는 [고급 GameInput](/build/core-features/common/input/advanced/input-advanced-topics) 항목을 참조하세요.

<a id="requirementsSection" />

## 요구 사항

**헤더:** GameInput.h

**지원되는 플랫폼:** Windows, XBOX One 계열 콘솔 및 XBOX Series 콘솔

<a id="seealsoSection" />

## 함께 보기

[GameInput 개요](/build/core-features/common/input/overviews/input-overview)\
[GameInput](/reference/input/gameinput/gameinput_members)

## 버전 기록

| 버전     | 변경 사항    |
| ------ | -------- |
| **v0** | 도입되었습니다. |


## Related topics

- [GameInput](/ko/reference/input/gameinput/gameinput_members.md)
- [GameInputKind](/ko/reference/input/gameinput/enums/gameinputkind.md)
- [GameInputRawDeviceItemCollectionKind](/ko/reference/input/gameinput/deprecated/enums/gameinputrawdeviceitemcollectionkind.md)
- [GameInputKeyboardKind](/ko/reference/input/gameinput/enums/gameinputkeyboardkind.md)
- [GameInputEnumerationKind](/ko/reference/input/gameinput/enums/gameinputenumerationkind.md)
