SDL_HapticEffectSupported

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

\param haptic the SDL_Haptic device to query. \param effect the desired effect to query. \returns true if the effect is supported or false if it isn't.

\since This function is available since SDL 3.2.0.

\sa SDL_CreateHapticEffect \sa SDL_GetHapticFeatures

extern (C) nothrow @nogc extern
bool
SDL_HapticEffectSupported

Meta