Added wiki-style documentation for SDL_JoystickGUID

This commit is contained in:
Sam Lantinga 2024-06-08 08:50:06 -07:00
parent 1c3090a1ac
commit 477c718744
1 changed files with 5 additions and 1 deletions

View File

@ -77,7 +77,11 @@ extern SDL_mutex *SDL_joystick_lock;
struct _SDL_Joystick;
typedef struct _SDL_Joystick SDL_Joystick;
/* A structure that encodes the stable unique id for a joystick device */
/**
* A structure that encodes the stable unique id for a joystick device.
*
* This is just a standard SDL_GUID by a different name.
*/
typedef SDL_GUID SDL_JoystickGUID;
/**