Added a reference to SDL_HINT_KEYCODE_OPTIONS from SDL_Keycode documentation

This commit is contained in:
Sam Lantinga
2025-10-12 21:51:14 -07:00
parent 24e608b930
commit 6e63f255b9

View File

@@ -51,6 +51,8 @@
* unicode code point.
*
* \since This datatype is available since SDL 3.2.0.
*
* \sa SDL_HINT_KEYCODE_OPTIONS
*/
typedef Uint32 SDL_Keycode;