Mercurial > sdl-ios-xcode
diff src/haptic/SDL_syshaptic.h @ 2483:9d52368ebcf5 gsoc2008_force_feedback
Setting effects memory to 0.
Added SDL_HapticSetGain().
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Tue, 01 Jul 2008 14:09:53 +0000 |
parents | b883974445fc |
children | 666472fd4cb0 |
line wrap: on
line diff
--- a/src/haptic/SDL_syshaptic.h Tue Jul 01 11:21:36 2008 +0000 +++ b/src/haptic/SDL_syshaptic.h Tue Jul 01 14:09:53 2008 +0000 @@ -58,5 +58,6 @@ 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);