|
Size: 1430
Comment: Changed descriptions to lowercase.
|
← Revision 6 as of 2015-04-26 18:56:31 ⇥
Size: 1430
Comment: Sorted related functions, see SGFunctions.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 42: | Line 42: |
| .[[SDL_JoystickGetGUIDFromString]] | |
| Line 45: | Line 44: |
| .[[SDL_JoystickGetGUIDFromString]] |
DRAFT |
SDL_JoystickGetGUIDString
Use this function to get an ASCII string representation for a given SDL_JoystickGUID.
Contents
Syntax
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.
