Белешка
Приступ овој страници захтева ауторизацију. Можете покушати да се пријавите или промените директоријуме.
Приступ овој страници захтева ауторизацију. Можете покушати да промените директоријуме.
Enumerates keyboard types by key layout.
Syntax
typedef enum GameInputKeyboardKind
{
GameInputUnknownKeyboard = -1,
GameInputAnsiKeyboard = 0,
GameInputIsoKeyboard = 1,
GameInputKsKeyboard = 2,
GameInputAbntKeyboard = 3,
GameInputJisKeyboard = 4
} GameInputKeyboardKind
Constants
| Constant | Description |
|---|---|
| GameInputUnknownKeyboard | Keyboard type is unknown. |
| GameInputAnsiKeyboard | Keyboard type is ANSI (104-key). |
| GameInputIsoKeyboard | Keyboard type is ISO (105-key). |
| GameInputKsKeyboard | Keyboard type is KS (106-key). |
| GameInputAbntKeyboard | Keyboard type is ABNT (107-key). |
| GameInputJisKeyboard | Keyboard type is JIS (109-key). |
Remarks
The keyboard types in this enumeration refer to the layouts of keys on various types of keyboards.
This enumeration is used in the GameInputKeyboardInfo structure.
For more information, see GameInput devices.
Requirements
Header: GameInput.h
Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles