mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-24 13:39:11 +00:00
Use ASCII characters in SDL source and headers
Fixes https://github.com/libsdl-org/SDL/issues/10636
This commit is contained in:
parent
575d9cda6f
commit
7ca676aeed
2 changed files with 6 additions and 6 deletions
include/SDL3
|
@ -2139,7 +2139,7 @@ extern "C" {
|
|||
* - "latin_letters": For keyboards using non-Latin letters, such as Russian
|
||||
* or Thai, the letter keys generate keycodes as though it had an en_US
|
||||
* layout. e.g. pressing the key associated with SDL_SCANCODE_A on a Russian
|
||||
* keyboard would yield 'a' instead of 'ф'.
|
||||
* keyboard would yield 'a' instead of a Cyrillic letter.
|
||||
*
|
||||
* The default value for this hint is "french_numbers,latin_letters"
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue