mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 15:39:10 +00:00
Updated the documentation for SDL_HINT_KEYCODE_OPTIONS
This commit is contained in:
parent
4073c4910e
commit
d223264f17
1 changed files with 1 additions and 1 deletions
|
@ -2112,7 +2112,7 @@ extern "C" {
|
|||
* layout. e.g. pressing the key associated with SDL_SCANCODE_A on a Russian
|
||||
* keyboard would yield 'a' instead of 'ф'.
|
||||
*
|
||||
* The default value for this hint is "french_numbers"
|
||||
* The default value for this hint is "french_numbers,latin_letters"
|
||||
*
|
||||
* Some platforms like Emscripten only provide modified keycodes and the
|
||||
* options are not used.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue