# 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)