Navigation Menu

Skip to content

Commit

Permalink
Added missing SDL_DOLLARRECORD event type documentation in header.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Mar 21, 2015
1 parent 716ef0d commit 49f33b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_events.h
Expand Up @@ -440,7 +440,7 @@ typedef struct SDL_MultiGestureEvent
*/
typedef struct SDL_DollarGestureEvent
{
Uint32 type; /**< ::SDL_DOLLARGESTURE */
Uint32 type; /**< ::SDL_DOLLARGESTURE or ::SDL_DOLLARRECORD */
Uint32 timestamp;
SDL_TouchID touchId; /**< The touch device id */
SDL_GestureID gestureId;
Expand Down

0 comments on commit 49f33b4

Please sign in to comment.