diff --git a/include/SDL3/SDL_keyboard.h b/include/SDL3/SDL_keyboard.h index a5e460254e..8ba0981009 100644 --- a/include/SDL3/SDL_keyboard.h +++ b/include/SDL3/SDL_keyboard.h @@ -59,6 +59,9 @@ typedef Uint32 SDL_KeyboardID; * SDL_EVENT_TEXT_INPUT event. * * \since This struct is available since SDL 3.0.0. + * + * \sa SDL_Scancode + * \sa SDL_Keycode */ typedef struct SDL_Keysym {