Selaa lähdekoodia

Be more precise about the layout used when latin_letters is enabled

Sam Lantinga 2 viikkoa sitten
vanhempi
commit
c7cc7ec9af
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      include/SDL3/SDL_hints.h

+ 1 - 1
include/SDL3/SDL_hints.h

@@ -2378,7 +2378,7 @@ extern "C" {
  *   pressing the 1 key would yield the keycode SDLK_1, or '1', instead of
  *   SDLK_AMPERSAND, or '&'
  * - "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
+ *   or Thai, the letter keys generate keycodes as though it had an English QWERTY
  *   layout. e.g. pressing the key associated with SDL_SCANCODE_A on a Russian
  *   keyboard would yield 'a' instead of a Cyrillic letter.
  *