SDL_keyboard.h: Added a \sa to SDL_Keysym's docs.

This commit is contained in:
Ryan C. Gordon 2024-05-16 12:19:50 -04:00
parent 665ff8c5f6
commit 45df084287
No known key found for this signature in database
GPG key ID: FA148B892AB48044

View file

@ -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
{