Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
2482:b51ad78812d5 | 2483:9d52368ebcf5 |
---|---|
56 struct haptic_effect * effect, SDL_HapticEffect * base); | 56 struct haptic_effect * effect, SDL_HapticEffect * base); |
57 extern int SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, | 57 extern int SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, |
58 struct haptic_effect * effect); | 58 struct haptic_effect * effect); |
59 extern void SDL_SYS_HapticDestroyEffect(SDL_Haptic * haptic, | 59 extern void SDL_SYS_HapticDestroyEffect(SDL_Haptic * haptic, |
60 struct haptic_effect * effect); | 60 struct haptic_effect * effect); |
61 extern int SDL_SYS_HapticSetGain(SDL_Haptic * haptic, int gain); | |
61 | 62 |
62 | 63 |