Skip to content

Commit

Permalink
Fixed SDL_TouchFingerEvent documentation in header file.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 8, 2015
1 parent 8f4bcc7 commit 6e4e9ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL_events.h
Expand Up @@ -412,8 +412,8 @@ typedef struct SDL_TouchFingerEvent
SDL_FingerID fingerId;
float x; /**< Normalized in the range 0...1 */
float y; /**< Normalized in the range 0...1 */
float dx; /**< Normalized in the range 0...1 */
float dy; /**< Normalized in the range 0...1 */
float dx; /**< Normalized in the range -1...1 */
float dy; /**< Normalized in the range -1...1 */
float pressure; /**< Normalized in the range 0...1 */
} SDL_TouchFingerEvent;

Expand Down

0 comments on commit 6e4e9ce

Please sign in to comment.