SDL_HapticEffectSupported
Check to see if an effect is supported by a haptic device.
- Provided by: libsdl3-doc (Version: 3.4.2+ds-1ubuntu1)
- Source: libsdl3
- Report a bug
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);
Returns true if the effect is supported or false if it isn't.
This function is available since SDL 3.2.0.