(This is the documentation for SDL3, which is under heavy development and the API is changing! SDL2 is the current stable version!)

SDL_JoystickGUID

A structure that encodes the stable unique id for a joystick device.

Header File

Defined in <SDL3/SDL_joystick.h>

Syntax

typedef SDL_GUID SDL_JoystickGUID;

Remarks

This is just a standard SDL_GUID by a different name.

Version

This datatype is available since SDL 3.0.0.


CategoryAPI, CategoryAPIDatatype, CategoryJoystick