Mercurial > sdl-ios-xcode
comparison include/SDL_haptic.h @ 2532:688cad3f6090 gsoc2008_force_feedback
More comments.
Disabled envelope on condition effects.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Fri, 18 Jul 2008 19:16:03 +0000 |
parents | 2d88b82ce781 |
children | f0ed8471497d |
comparison
equal
deleted
inserted
replaced
2531:7f2a4c387292 | 2532:688cad3f6090 |
---|---|
599 * Time values unless specified otherwise are in milliseconds. | 599 * Time values unless specified otherwise are in milliseconds. |
600 * | 600 * |
601 * You can also pass SDL_HAPTIC_INFINITY to length instead of a 0-32767 value. | 601 * You can also pass SDL_HAPTIC_INFINITY to length instead of a 0-32767 value. |
602 * Neither delay, interval, attack_length nor fade_length support | 602 * Neither delay, interval, attack_length nor fade_length support |
603 * SDL_HAPTIC_INFINITY. Fade will also not be used since effect never ends. | 603 * SDL_HAPTIC_INFINITY. Fade will also not be used since effect never ends. |
604 * | |
605 * Additionally, the SDL_HAPTIC_RAMP effect does not support a duration of | |
606 * SDL_HAPTIC_INFINITY. | |
604 * | 607 * |
605 * Common parts: | 608 * Common parts: |
606 * \code | 609 * \code |
607 * // Replay - All effects have this | 610 * // Replay - All effects have this |
608 * Uint32 length; // Duration of effect (ms). | 611 * Uint32 length; // Duration of effect (ms). |