Home | History | Annotate | Download | only in include

Lines Matching full:brief

25  *  \brief The SDL Haptic subsystem allows you to control haptic (force feedback)
128 * \brief The haptic structure used to identify an SDL haptic.
151 * \brief Constant effect supported.
160 * \brief Sine wave effect supported.
169 * \brief Left/Right effect supported.
183 * \brief Triangle wave effect supported.
192 * \brief Sawtoothup wave effect supported.
201 * \brief Sawtoothdown wave effect supported.
210 * \brief Ramp effect supported.
219 * \brief Spring effect supported - uses axes position.
229 * \brief Damper effect supported - uses axes velocity.
239 * \brief Inertia effect supported - uses axes acceleration.
249 * \brief Friction effect supported - uses axes movement.
259 * \brief Custom effect is supported.
270 * \brief Device can set global gain.
279 * \brief Device can set autocenter.
288 * \brief Device can be queried for effect status.
297 * \brief Device can be paused.
311 * \brief Uses polar coordinates for the direction.
318 * \brief Uses cartesian coordinates for the direction.
325 * \brief Uses spherical coordinates for the direction.
340 * \brief Used to play a device an infinite number of times.
348 * \brief Structure that represents a haptic direction.
447 * \brief A structure containing a template for a Constant effect.
482 * \brief A structure containing a template for a Periodic effect.
568 * \brief A structure containing a template for a Condition effect.
616 * \brief A structure containing a template for a Ramp effect.
654 * \brief A structure containing a template for a Left/Right effect.
679 * \brief A structure containing a template for the ::SDL_HAPTIC_CUSTOM effect.
719 * \brief The generic template for any haptic effect.
802 * \brief Count the number of haptic devices attached to the system.
809 * \brief Get the implementation dependent name of a Haptic device.
822 * \brief Opens a Haptic device for usage.
846 * \brief Checks if the haptic device at index has been opened.
857 * \brief Gets the index of a haptic device.
868 * \brief Gets whether or not the current mouse has haptic capabilities.
877 * \brief Tries to open a haptic device from the current mouse.
887 * \brief Checks to see if a joystick has haptic features.
898 * \brief Opens a Haptic device for usage from a Joystick device.
918 * \brief Closes a Haptic device previously opened with SDL_HapticOpen().
925 * \brief Returns the number of effects a haptic device can store.
941 * \brief Returns the number of effects a haptic device can play at the same
957 * \brief Gets the haptic devices supported features in bitwise matter.
976 * \brief Gets the number of haptic axes the device has.
983 * \brief Checks to see if effect is supported by haptic.
997 * \brief Creates a new haptic effect on the device.
1011 * \brief Updates the properties of an effect.
1032 * \brief Runs the haptic effect on its associated haptic device.
1054 * \brief Stops the haptic effect on its associated haptic device.
1067 * \brief Destroys a haptic effect on the device.
1081 * \brief Gets the status of the current effect on the haptic device.
1096 * \brief Sets the global gain of the device.
1114 * \brief Sets the global autocenter of the device.
1131 * \brief Pauses a haptic device.
1147 * \brief Unpauses a haptic device.
1159 * \brief Stops all the currently playing effects on a haptic device.
1167 * \brief Checks to see if rumble is supported on a haptic device.
1179 * \brief Initializes the haptic device for simple rumble playback.
1192 * \brief Runs simple rumble on a haptic device
1206 * \brief Stops the simple rumble on a haptic device.