|
⇤ ← Revision 1 as of 2013-10-15 18:06:48
Size: 1448
Comment: Added function
|
Size: 1485
Comment: Added SDL_JoystickGetGUIDFromString to related functions list
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 43: | Line 43: |
| .[[SDL_JoystickGetGUIDFromString]] |
DRAFT |
SDL_JoystickGetGUIDString
Use this function to get an ASCII string representation for a given SDL_JoystickGUID.
Contents
Syntax
value SDL_FunctionName(param)
void SDL_JoystickGetGUIDString(SDL_JoystickGUID guid,
char* pszGUID,
int cbGUID)
Function Parameters
guid |
The SDL_JoystickGUID you wish to convert to string |
pszGUID |
buffer in which to write the ASCII string |
cbGUID |
The size of pszGUID |
Code Examples
You can add your code example here
Remarks
You should supply at least 33 bytes for pszGUID.
