diff --git a/include/SDL3/SDL_keycode.h b/include/SDL3/SDL_keycode.h index 61b68e794f..a8b1378ec9 100644 --- a/include/SDL3/SDL_keycode.h +++ b/include/SDL3/SDL_keycode.h @@ -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;