> ## 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.

# GameInputKeyboardKind

> GameInputKeyboardKind

# GameInputKeyboardKind

키 레이아웃별로 키보드 유형을 열거합니다.

<a id="syntaxSection" />

## 구문

```cpp theme={null}
enum GameInputKeyboardKind
{
    GameInputUnknownKeyboard = -1,
    GameInputAnsiKeyboard    =  0,
    GameInputIsoKeyboard     =  1,
    GameInputKsKeyboard      =  2,
    GameInputAbntKeyboard    =  3,
    GameInputJisKeyboard     =  4
};
```

<a id="constantsSection" />

## 상수

| 상수                       | 설명                          |
| ------------------------ | --------------------------- |
| GameInputUnknownKeyboard | 키보드 유형이 알 수 없음을 나타냅니다.      |
| GameInputAnsiKeyboard    | 키보드 유형이 ANSI(104키)임을 나타냅니다. |
| GameInputIsoKeyboard     | 키보드 유형이 ISO(105키)임을 나타냅니다.  |
| GameInputKsKeyboard      | 키보드 유형이 KS(106키)임을 나타냅니다.   |
| GameInputAbntKeyboard    | 키보드 유형이 ABNT(107키)임을 나타냅니다. |
| GameInputJisKeyboard     | 키보드 유형이 JIS(109키)임을 나타냅니다.  |

<a id="remarksSection" />

## 설명

이 열거형의 키보드 유형은 다양한 키보드 유형의 키 레이아웃을 가리킵니다.

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

자세한 내용은 [GameInput 장치](/build/core-features/common/input/overviews/input-devices)를 참조하세요.

<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)
- [IGameInput::RegisterKeyboardLayoutCallback](/ko/reference/input/gameinput/interfaces/igameinput/methods/igameinput_registerkeyboardlayoutcallback.md)
- [GameInputSwitchKind](/ko/reference/input/gameinput/enums/gameinputswitchkind.md)
- [GameInputEnumerationKind](/ko/reference/input/gameinput/enums/gameinputenumerationkind.md)
