Skip to content

Commit

Permalink
Updated documentation in header file.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Nov 30, 2016
1 parent a7655d7 commit cd3aefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_events.h
Expand Up @@ -431,7 +431,7 @@ typedef struct SDL_MultiGestureEvent
{
Uint32 type; /**< ::SDL_MULTIGESTURE */
Uint32 timestamp;
SDL_TouchID touchId; /**< The touch device index */
SDL_TouchID touchId; /**< The touch device id */
float dTheta;
float dDist;
float x;
Expand Down

0 comments on commit cd3aefc

Please sign in to comment.