# SDL_Haptic

The haptic structure used to identify an SDL haptic.

## Header File

Defined in [<SDL3/SDL_haptic.h>](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_haptic.h)

## Syntax

```c
typedef struct SDL_Haptic SDL_Haptic;
```

## Version

This struct is available since SDL 3.2.0.

## See Also

- [SDL_OpenHaptic](SDL_OpenHaptic)
- [SDL_OpenHapticFromJoystick](SDL_OpenHapticFromJoystick)
- [SDL_CloseHaptic](SDL_CloseHaptic)

----
[CategoryAPI](CategoryAPI), [CategoryAPIDatatype](CategoryAPIDatatype), [CategoryHaptic](CategoryHaptic)