# SDL_HAPTIC_INERTIA

Inertia effect supported - uses axes acceleration.

## Header File

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

## Syntax

```c
#define SDL_HAPTIC_INERTIA    (1u<<9)
```

## Remarks

Condition haptic effect that simulates inertia. Effect is based on the axes
acceleration.

## See Also

- [SDL_HapticCondition](SDL_HapticCondition)

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