Improved keycode documentation
Build (All) / Create test plan (push) Has been cancelled
Build (All) / level1 (push) Has been cancelled
Build (All) / level2 (push) Has been cancelled

This commit is contained in:
Sam Lantinga
2025-12-02 15:31:34 -08:00
parent 505cd6cd22
commit bffc4ccc50
+3 -1
View File
@@ -45,11 +45,13 @@
* `SDLK_*` constant for those keys that do not generate characters. * `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 * 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 * 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. * \since This datatype is available since SDL 3.2.0.
* *
* \sa SDL_HINT_KEYCODE_OPTIONS * \sa SDL_HINT_KEYCODE_OPTIONS