SDL_GetHapticFeatures - Man Page

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

Header File

Defined in SDL3/SDL_haptic.h

Synopsis

#include "SDL3/SDL.h"

Uint32 SDL_GetHapticFeatures(SDL_Haptic *haptic);

Function Parameters

haptic

the SDL_Haptic
device to query.

Return Value

( Uint32 ) 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

·(3), SDL_HapticEffectSupported(3), ·(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.2 Simple Directmedia Layer SDL3 FUNCTIONS