mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-02 03:54:41 +00:00
Use ASCII characters in SDL source and headers
Fixes https://github.com/libsdl-org/SDL/issues/10636
This commit is contained in:
@@ -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"
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user