Mercurial > sdl-ios-xcode
diff src/haptic/SDL_haptic.c @ 2497:0893fbf73b3d gsoc2008_force_feedback
Renamed SDL_HapticQueryEffects to SDL_HapticQuery.
Added doxygen to SDL_Haptic.h.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Sun, 06 Jul 2008 16:53:32 +0000 |
parents | 66c02abeef0e |
children | abfcba0f3bd1 |
line wrap: on
line diff
--- a/src/haptic/SDL_haptic.c Thu Jul 03 21:03:25 2008 +0000 +++ b/src/haptic/SDL_haptic.c Sun Jul 06 16:53:32 2008 +0000 @@ -292,7 +292,7 @@ * Returns supported effects by the device. */ unsigned int -SDL_HapticQueryEffects(SDL_Haptic * haptic) +SDL_HapticQuery(SDL_Haptic * haptic) { if (!ValidHaptic(&haptic)) { return -1;