Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Corrected documentation errors in header file.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 26, 2013
1 parent b2abc8a commit 0548583
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/SDL_haptic.h
Expand Up @@ -614,7 +614,7 @@ typedef struct SDL_HapticCondition
*
* The ramp effect starts at start strength and ends at end strength.
* It augments in linear fashion. If you use attack and fade with a ramp
* they effects get added to the ramp effect making the effect become
* the effects get added to the ramp effect making the effect become
* quadratic instead of linear.
*
* \sa SDL_HAPTIC_RAMP
Expand Down Expand Up @@ -700,7 +700,7 @@ typedef struct SDL_HapticCustom
*
* Button triggers may not be supported on all devices, it is advised to not
* use them if possible. Buttons start at index 1 instead of index 0 like
* they joystick.
* the joystick.
*
* If both attack_length and fade_level are 0, the envelope is not used,
* otherwise both values are used.
Expand Down Expand Up @@ -767,7 +767,7 @@ typedef union SDL_HapticEffect

/* Function prototypes */
/**
* \brief Count the number of joysticks attached to the system.
* \brief Count the number of haptic devices attached to the system.
*
* \return Number of haptic devices detected on the system.
*/
Expand Down

0 comments on commit 0548583

Please sign in to comment.