SDL_GetHapticFeatures - Man Page

Get the haptic device's supported features in bitwise manner.

Synopsis

#include <SDL3/SDL_haptic.h>

Uint32 SDL_GetHapticFeatures(SDL_Haptic *haptic);

Function Parameters

haptic

the SDL_Haptic device to query.

Return Value

Returns a list of supported haptic features in bitwise manner (OR'd), or 0 on failure; call SDL_GetError() for more information.

Availability

This function is available since SDL 3.2.0.

See Also

SDL_HapticEffectSupported(3), SDL_GetMaxHapticEffects(3)

Referenced By

SDL_GetHapticEffectStatus(3), SDL_GetMaxHapticEffects(3), SDL_GetMaxHapticEffectsPlaying(3), SDL_HapticEffectSupported(3), SDL_SetHapticAutocenter(3), SDL_SetHapticGain(3).

SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS