diff src/haptic/SDL_syshaptic.h @ 2485:67978eea6d10 gsoc2008_force_feedback

Added SDL_HapticStopEffect().
author Edgar Simo <bobbens@gmail.com>
date Tue, 01 Jul 2008 14:31:04 +0000
parents 666472fd4cb0
children 8e2bdbccf7ff
line wrap: on
line diff
--- a/src/haptic/SDL_syshaptic.h	Tue Jul 01 14:21:09 2008 +0000
+++ b/src/haptic/SDL_syshaptic.h	Tue Jul 01 14:31:04 2008 +0000
@@ -56,6 +56,8 @@
       struct haptic_effect * effect, SDL_HapticEffect * base);
 extern int SDL_SYS_HapticRunEffect(SDL_Haptic * haptic,
       struct haptic_effect * effect);
+extern int SDL_SYS_HapticStopEffect(SDL_Haptic * haptic,
+      struct haptic_effect * effect);
 extern void SDL_SYS_HapticDestroyEffect(SDL_Haptic * haptic,
       struct haptic_effect * effect);
 extern int SDL_SYS_HapticSetGain(SDL_Haptic * haptic, int gain);