Searched refs:SDL_SYS_HapticStopEffect (Results 1 – 7 of 7) sorted by relevance
153 extern int SDL_SYS_HapticStopEffect(SDL_Haptic * haptic,
581 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
249 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect() function
351 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect() function
1047 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect() function1175 ret = SDL_SYS_HapticStopEffect(haptic, &haptic->effects[i]); in SDL_SYS_HapticStopAll()
1282 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect() function
Completed in 10 milliseconds