| SDL_GetJoystickGUIDInfo(3) | SDL3 FUNCTIONS | SDL_GetJoystickGUIDInfo(3) |
SDL_GetJoystickGUIDInfo - Get the device information encoded in a
SDL_GUID
structure.
Defined in SDL3/SDL_joystick.h
#include "SDL3/SDL.h"
void SDL_GetJoystickGUIDInfo(SDL_GUID guid, Uint16 *vendor, Uint16 *product, Uint16 *version, Uint16 *crc16);
This function is available since SDL 3.2.0.
| SDL 3.2.10 | Simple Directmedia Layer |