Mercurial > sdl-ios-xcode
diff src/haptic/SDL_syshaptic.h @ 2488:8e2bdbccf7ff gsoc2008_force_feedback
Added SDL_HapticUpdateEffect().
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Tue, 01 Jul 2008 18:35:05 +0000 |
parents | 67978eea6d10 |
children | 10bc7aaf5114 |
line wrap: on
line diff
--- a/src/haptic/SDL_syshaptic.h Tue Jul 01 16:42:12 2008 +0000 +++ b/src/haptic/SDL_syshaptic.h Tue Jul 01 18:35:05 2008 +0000 @@ -54,6 +54,8 @@ extern void SDL_SYS_HapticQuit(void); extern int SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect * effect, SDL_HapticEffect * base); +extern int SDL_SYS_HapticUpdateEffect(SDL_Haptic * haptic, + struct haptic_effect * effect, SDL_HapticEffect * data); extern int SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect * effect); extern int SDL_SYS_HapticStopEffect(SDL_Haptic * haptic,