Home | History | Annotate | Download | only in include

Lines Matching full:rumble

39  * \par Simple rumble example:
48 * // Initialize simple rumble
673 /* Rumble */
1167 * \brief Checks to see if rumble is supported on a haptic device.
1169 * \param haptic Haptic device to check to see if it supports rumble.
1179 * \brief Initializes the haptic device for simple rumble playback.
1181 * \param haptic Haptic device to initialize for simple rumble playback.
1192 * \brief Runs simple rumble on a haptic device
1194 * \param haptic Haptic device to play rumble effect on.
1195 * \param strength Strength of the rumble to play as a 0-1 float value.
1196 * \param length Length of the rumble to play in milliseconds.
1206 * \brief Stops the simple rumble on a haptic device.
1208 * \param haptic Haptic to stop the rumble on.