mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-08 19:06:26 +00:00
Added wiki-style documentation for SDL_JoystickGUID
This commit is contained in:
@@ -77,7 +77,11 @@ extern SDL_mutex *SDL_joystick_lock;
|
|||||||
struct _SDL_Joystick;
|
struct _SDL_Joystick;
|
||||||
typedef struct _SDL_Joystick 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;
|
typedef SDL_GUID SDL_JoystickGUID;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user