Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2013-10-15 20:58:16
Size: 1298
Comment: Added function
Revision 2 as of 2013-10-15 20:59:40
Size: 1298
Comment: Fixed spacing to match style guide
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
SDL_JoystickGUID SDL_JoystickGetGUIDFromString(const char *pchGUID) SDL_JoystickGUID SDL_JoystickGetGUIDFromString(const char* pchGUID)

DRAFT

SDL_JoystickGetGUIDFromString

Use this function to convert a GUID string into a SDL_JoystickGUID structure.

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.


CategoryAPI, CategoryJoystick


CategoryJoystick

None: SDL_JoystickGetGUIDFromString (last edited 2013-10-17 20:47:29 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit