Searched refs:SDL_HapticEffectSupported (Results 1 – 4 of 4) sorted by relevance
462 SDL_HapticEffectSupported(SDL_Haptic * haptic, SDL_HapticEffect * effect) in SDL_HapticEffectSupported() function487 if (SDL_HapticEffectSupported(haptic, effect) == SDL_FALSE) { in SDL_HapticNewEffect()
1014 extern DECLSPEC int SDLCALL SDL_HapticEffectSupported(SDL_Haptic * haptic,
173 #define SDL_HapticEffectSupported SDL_HapticEffectSupported_REAL macro
204 SDL_DYNAPI_PROC(int,SDL_HapticEffectSupported,(SDL_Haptic *a, SDL_HapticEffect *b),(a,b),return)
Completed in 19 milliseconds