소스 검색

Updated the documentation for SDL_HINT_KEYCODE_OPTIONS

Sam Lantinga 1 년 전
부모
커밋
d223264f17
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/SDL3/SDL_hints.h

+ 1 - 1
include/SDL3/SDL_hints.h

@@ -2112,7 +2112,7 @@ extern "C" {
  *   layout. e.g. pressing the key associated with SDL_SCANCODE_A on a Russian
  *   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 'ф'.
  *
  *
- * 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
  * Some platforms like Emscripten only provide modified keycodes and the
  * options are not used.
  * options are not used.