Convert a GUID string into a SDL_JoystickGUID structure.
Defined in SDL_joystick.h
const char *pchGUID); SDL_JoystickGUID SDL_JoystickGetGUIDFromString(
const char * | pchGUID | string containing an ASCII representation of a GUID. |
(SDL_JoystickGUID) Returns a SDL_JoystickGUID structure.
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.
This function is available since SDL 2.0.0.