Searched refs:SDL_SYS_HapticStopEffect (Results 1 – 6 of 6) sorted by relevance
153 extern int SDL_SYS_HapticStopEffect(SDL_Haptic * haptic,
574 if (SDL_SYS_HapticStopEffect(haptic, &haptic->effects[effect]) < 0) { in SDL_HapticStopEffect()
131 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect() function
344 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect() function
1022 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect() function1150 ret = SDL_SYS_HapticStopEffect(haptic, &haptic->effects[i]); in SDL_SYS_HapticStopAll()
1257 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect() function