SDL_HAPTIC_DAMPER - Man Page

Damper effect supported — uses axes velocity.

Synopsis

#include <SDL3/SDL_haptic.h>

#define SDL_HAPTIC_DAMPER       (1u<<8)

Description

Condition haptic effect that simulates dampening. Effect is based on the axes velocity.

Availability

This macro is available since SDL 3.2.0.

See Also

SDL_HapticCondition(3type)

Referenced By

SDL_HapticCondition.3type(3).

SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS