branch | gsoc2008_force_feedback |
changeset 2495 | 66c02abeef0e |
parent 2492 | 31444718601e |
child 2508 | f23cee9e16fc |
--- a/src/haptic/dummy/SDL_syshaptic.c Thu Jul 03 09:13:22 2008 +0000 +++ b/src/haptic/dummy/SDL_syshaptic.c Thu Jul 03 09:58:27 2008 +0000 @@ -132,6 +132,13 @@ } +int SDL_SYS_HapticGetEffectStatus(SDL_Haptic * haptic, struct haptic_effect * effect) +{ + SDL_SetError("Logic error: No Haptic devices available."); + return -1; +} + + int SDL_SYS_HapticSetGain(SDL_Haptic * haptic, int gain) {