Fixed comment on SDL_JoystickGetGUIDString().
This commit is contained in:
parent
2d04749a9c
commit
3da6d29ab7
1 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,8 @@ extern DECLSPEC SDL_JoystickGUID SDLCALL SDL_JoystickGetDeviceGUID(int device_in
|
||||||
extern DECLSPEC SDL_JoystickGUID SDLCALL SDL_JoystickGetGUID(SDL_Joystick * joystick);
|
extern DECLSPEC SDL_JoystickGUID SDLCALL SDL_JoystickGetGUID(SDL_Joystick * joystick);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return a string representation for this guid. You are responsible for freeing memory from this call
|
* Return a string representation for this guid. pszGUID must point to at least 33 bytes
|
||||||
|
* (32 for the string plus a NULL terminator).
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC void SDL_JoystickGetGUIDString(SDL_JoystickGUID guid, char *pszGUID, int cbGUID);
|
extern DECLSPEC void SDL_JoystickGetGUIDString(SDL_JoystickGUID guid, char *pszGUID, int cbGUID);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue