mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-26 12:27:44 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -2378,9 +2378,9 @@ extern "C" {
|
|||||||
* pressing the 1 key would yield the keycode SDLK_1, or '1', instead of
|
* pressing the 1 key would yield the keycode SDLK_1, or '1', instead of
|
||||||
* SDLK_AMPERSAND, or '&'
|
* SDLK_AMPERSAND, or '&'
|
||||||
* - "latin_letters": For keyboards using non-Latin letters, such as Russian
|
* - "latin_letters": For keyboards using non-Latin letters, such as Russian
|
||||||
* or Thai, the letter keys generate keycodes as though it had an English QWERTY
|
* or Thai, the letter keys generate keycodes as though it had an English
|
||||||
* layout. e.g. pressing the key associated with SDL_SCANCODE_A on a Russian
|
* QWERTY layout. e.g. pressing the key associated with SDL_SCANCODE_A on a
|
||||||
* keyboard would yield 'a' instead of a Cyrillic letter.
|
* Russian keyboard would yield 'a' instead of a Cyrillic letter.
|
||||||
*
|
*
|
||||||
* The default value for this hint is "french_numbers,latin_letters"
|
* The default value for this hint is "french_numbers,latin_letters"
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user