###### (This is the legacy documentation for stable SDL2, the current stable version; [SDL3](https://wiki.libsdl.org/SDL3/) is the current development version.) # SDL_JoystickGUID A structure that encodes the stable unique id for a joystick device. ## Header File Defined in [SDL_joystick.h](https://github.com/libsdl-org/SDL/blob/SDL2/include/SDL_joystick.h) ## Syntax ```c typedef SDL_GUID SDL_JoystickGUID; ``` ## Remarks This is just a standard [SDL_GUID](SDL_GUID) by a different name. ---- [CategoryAPI](CategoryAPI), [CategoryAPIDatatype](CategoryAPIDatatype), [CategoryJoystick](CategoryJoystick)