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

Commit

Permalink
Minor documentation consistency cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 17, 2011
1 parent 0e5b8be commit b85ac20
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions include/SDL_events.h
Expand Up @@ -317,9 +317,8 @@ typedef struct SDL_TouchButtonEvent
} SDL_TouchButtonEvent;



/**
* \brief Multiple Finger Gesture Event
* \brief Multiple Finger Gesture Event (event.mgesture.*)
*/
typedef struct SDL_MultiGestureEvent
{
Expand All @@ -334,7 +333,7 @@ typedef struct SDL_MultiGestureEvent
Uint16 padding;
} SDL_MultiGestureEvent;

typedef struct SDL_DollarGestureEvent
typedef struct SDL_DollarGestureEvent (event.dgesture.*)
{
Uint32 type; /**< ::SDL_DOLLARGESTURE */
Uint32 windowID; /**< The window with mouse focus, if any */
Expand All @@ -350,8 +349,6 @@ typedef struct SDL_DollarGestureEvent
} SDL_DollarGestureEvent;




/**
* \brief The "quit requested" event
*/
Expand All @@ -360,6 +357,7 @@ typedef struct SDL_QuitEvent
Uint32 type; /**< ::SDL_QUIT */
} SDL_QuitEvent;


/**
* \brief A user-defined event type (event.user.*)
*/
Expand All @@ -372,6 +370,7 @@ typedef struct SDL_UserEvent
void *data2; /**< User defined data pointer */
} SDL_UserEvent;


struct SDL_SysWMmsg;
typedef struct SDL_SysWMmsg SDL_SysWMmsg;

Expand Down

0 comments on commit b85ac20

Please sign in to comment.