Function sdl2_sys::SDL_JoystickGetGUIDString
source ยท pub unsafe extern "C" fn SDL_JoystickGetGUIDString(
guid: SDL_JoystickGUID,
pszGUID: *mut c_char,
cbGUID: c_int,
)
Expand description
Get an ASCII string representation for a given SDL_JoystickGUID.
You should supply at least 33 bytes for pszGUID.
\param guid the SDL_JoystickGUID you wish to convert to string \param pszGUID buffer in which to write the ASCII string \param cbGUID the size of pszGUID
\since This function is available since SDL 2.0.0.
\sa SDL_JoystickGetDeviceGUID \sa SDL_JoystickGetGUID \sa SDL_JoystickGetGUIDFromString