diff options
| author | A1029384756 <hayden.gray104@gmail.com> | 2026-01-02 13:48:23 -0500 |
|---|---|---|
| committer | A1029384756 <hayden.gray104@gmail.com> | 2026-01-02 14:22:39 -0500 |
| commit | ed52393c7c4b13781574416da8dbb47398b0abf3 (patch) | |
| tree | de634706f59512975972460d8b1a0c7427d249ff /vendor/sdl3/include/SDL_keycode.h | |
| parent | e45db9a69cf973d92fbe9ea6bf5a3c3e47a443e8 (diff) | |
[vendor/sdl3] update to sdl 3.4.0
[vendor/sdl3] updated lib files
[vendor/sdl3] typo
[vendor/sdl3] typo
[vendor/sdl3] spacing
[vendor/sdl3] whitespace
[vendor/sdl3] whitespace
Diffstat (limited to 'vendor/sdl3/include/SDL_keycode.h')
| -rw-r--r-- | vendor/sdl3/include/SDL_keycode.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/vendor/sdl3/include/SDL_keycode.h b/vendor/sdl3/include/SDL_keycode.h index 61b68e794..c43660eef 100644 --- a/vendor/sdl3/include/SDL_keycode.h +++ b/vendor/sdl3/include/SDL_keycode.h @@ -45,12 +45,16 @@ * `SDLK_*` constant for those keys that do not generate characters. * * A special exception is the number keys at the top of the keyboard which map - * to SDLK_0...SDLK_9 on AZERTY layouts. + * by default to SDLK_0...SDLK_9 on AZERTY layouts. * * Keys with the `SDLK_EXTENDED_MASK` bit set do not map to a scancode or - * unicode code point. + * Unicode code point. + * + * Many common keycodes are listed below, but this list is not exhaustive. * * \since This datatype is available since SDL 3.2.0. + * + * \sa SDL_HINT_KEYCODE_OPTIONS */ typedef Uint32 SDL_Keycode; |