SDL_GetJoystickGUID

Get the implementation-dependent GUID for the joystick.

This function requires an open joystick.

extern (C) nothrow @nogc extern
SDL_GetJoystickGUID

Parameters

joystick SDL_Joystick*

the SDL_Joystick obtained from SDL_OpenJoystick().

Return Value

Type: SDL_GUID

The GUID of the given joystick. If called on an invalid index, this function returns a zero GUID; call SDL_GetError() for more information.

See Also

Meta