|
Size: 1274
Comment: Don't use "Add to" dropdown.
|
← Revision 4 as of 2013-10-17 20:47:29 ⇥
Size: 1274
Comment: Changed description to lowercase, see SGFunctions.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 21: | Line 21: |
| ||'''pchGUID'''||String containing an ASCII representation of a GUID|| | ||'''pchGUID'''||string containing an ASCII representation of a GUID|| |
DRAFT |
SDL_JoystickGetGUIDFromString
Use this function to convert a GUID string into a SDL_JoystickGUID structure.
Contents
Syntax
SDL_JoystickGUID SDL_JoystickGetGUIDFromString(const char* pchGUID)
Function Parameters
pchGUID |
string containing an ASCII representation of a GUID |
Return Value
Returns a SDL_JoystickGUID structure.
Code Examples
You can add your code example here
Remarks
Performs no error checking. If this function is given a string containing an invalid GUID, the function will silently succeed, but the GUID generated will not be useful.
