Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
2496:8f840a6cdf01 | 2497:0893fbf73b3d |
---|---|
290 | 290 |
291 /* | 291 /* |
292 * Returns supported effects by the device. | 292 * Returns supported effects by the device. |
293 */ | 293 */ |
294 unsigned int | 294 unsigned int |
295 SDL_HapticQueryEffects(SDL_Haptic * haptic) | 295 SDL_HapticQuery(SDL_Haptic * haptic) |
296 { | 296 { |
297 if (!ValidHaptic(&haptic)) { | 297 if (!ValidHaptic(&haptic)) { |
298 return -1; | 298 return -1; |
299 } | 299 } |
300 | 300 |