Ubuntu Manpages

SDL_HapticEffectSupported

Check to see if an effect is supported by a haptic device.

#include <SDL3/SDL_haptic.h>
bool SDL_HapticEffectSupported(SDL_Haptic *haptic, const SDL_HapticEffect *effect);

the SDL_Haptic device to query.
the desired effect to query.

Returns true if the effect is supported or false if it isn't.

This function is available since SDL 3.2.0.

SDL_CreateHapticEffect(3), SDL_GetHapticFeatures(3)