# HG changeset patch # User Sam Lantinga # Date 1295284155 28800 # Node ID b21ad135d86bd0890c6a55664a6b7e432912b4e3 # Parent 35afe807b51c798388f94471da914dd1b9dd0c2e Minor documentation consistency cleanup diff -r 35afe807b51c -r b21ad135d86b include/SDL_events.h --- a/include/SDL_events.h Sun Jan 16 17:48:04 2011 -0800 +++ b/include/SDL_events.h Mon Jan 17 09:09:15 2011 -0800 @@ -317,9 +317,8 @@ } SDL_TouchButtonEvent; - /** - * \brief Multiple Finger Gesture Event + * \brief Multiple Finger Gesture Event (event.mgesture.*) */ typedef struct SDL_MultiGestureEvent { @@ -334,7 +333,7 @@ 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 */ @@ -350,8 +349,6 @@ } SDL_DollarGestureEvent; - - /** * \brief The "quit requested" event */ @@ -360,6 +357,7 @@ Uint32 type; /**< ::SDL_QUIT */ } SDL_QuitEvent; + /** * \brief A user-defined event type (event.user.*) */ @@ -372,6 +370,7 @@ void *data2; /**< User defined data pointer */ } SDL_UserEvent; + struct SDL_SysWMmsg; typedef struct SDL_SysWMmsg SDL_SysWMmsg;