mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-05 15:03:43 +00:00
SDL_keyboard.h: Added a \sa
to SDL_Keysym's docs.
This commit is contained in:
parent
665ff8c5f6
commit
45df084287
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ typedef Uint32 SDL_KeyboardID;
|
||||||
* SDL_EVENT_TEXT_INPUT event.
|
* SDL_EVENT_TEXT_INPUT event.
|
||||||
*
|
*
|
||||||
* \since This struct is available since SDL 3.0.0.
|
* \since This struct is available since SDL 3.0.0.
|
||||||
|
*
|
||||||
|
* \sa SDL_Scancode
|
||||||
|
* \sa SDL_Keycode
|
||||||
*/
|
*/
|
||||||
typedef struct SDL_Keysym
|
typedef struct SDL_Keysym
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue