comparison 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
comparison
equal deleted inserted replaced
2487:4c8e25ef2d97 2488:8e2bdbccf7ff
52 extern int SDL_SYS_HapticOpen(SDL_Haptic * haptic); 52 extern int SDL_SYS_HapticOpen(SDL_Haptic * haptic);
53 extern void SDL_SYS_HapticClose(SDL_Haptic * haptic); 53 extern void SDL_SYS_HapticClose(SDL_Haptic * haptic);
54 extern void SDL_SYS_HapticQuit(void); 54 extern void SDL_SYS_HapticQuit(void);
55 extern int SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, 55 extern int SDL_SYS_HapticNewEffect(SDL_Haptic * haptic,
56 struct haptic_effect * effect, SDL_HapticEffect * base); 56 struct haptic_effect * effect, SDL_HapticEffect * base);
57 extern int SDL_SYS_HapticUpdateEffect(SDL_Haptic * haptic,
58 struct haptic_effect * effect, SDL_HapticEffect * data);
57 extern int SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, 59 extern int SDL_SYS_HapticRunEffect(SDL_Haptic * haptic,
58 struct haptic_effect * effect); 60 struct haptic_effect * effect);
59 extern int SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, 61 extern int SDL_SYS_HapticStopEffect(SDL_Haptic * haptic,
60 struct haptic_effect * effect); 62 struct haptic_effect * effect);
61 extern void SDL_SYS_HapticDestroyEffect(SDL_Haptic * haptic, 63 extern void SDL_SYS_HapticDestroyEffect(SDL_Haptic * haptic,