Enumerations
SwkbdType
Selects which on-screen software keyboard layout is shown to the user.
Enumeration Members
| Enumeration Member | Value | Description |
|---|---|---|
All | 8 | All language keyboards available to the user. |
Korean | 7 | Korean keyboard only. |
Latin | 4 | All Latin-like languages — no CJK input. |
Normal | 0 | Normal keyboard with the user's current language layout. |
NumPad | 1 | Number pad. The buttons at the bottom left/right are only available when they are set with swkbdConfigSetLeftOptionalSymbolKey / swkbdConfigSetRightOptionalSymbolKey. |
QWERTY | 2 | QWERTY (and regional variants) keyboard only. |
Unknown3 | 3 | Behaves the same as Normal. |
Unknown9 | 9 | Unknown layout reserved by the OS. |
ZhHans | 5 | Chinese (Simplified) keyboard only. |
ZhHant | 6 | Chinese (Traditional) keyboard only. |