mirror of
https://github.com/yawut/SDL.git
synced 2026-04-26 00:57:36 -05:00
Minor documentation consistency cleanup
This commit is contained in:
parent
ae5606df0b
commit
9017f24006
|
|
@ -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
|
||||
{
|
||||
|
|
@ -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 */
|
||||
|
|
@ -350,8 +349,6 @@ typedef struct SDL_DollarGestureEvent
|
|||
} SDL_DollarGestureEvent;
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* \brief The "quit requested" event
|
||||
*/
|
||||
|
|
@ -360,6 +357,7 @@ typedef struct SDL_QuitEvent
|
|||
Uint32 type; /**< ::SDL_QUIT */
|
||||
} SDL_QuitEvent;
|
||||
|
||||
|
||||
/**
|
||||
* \brief A user-defined event type (event.user.*)
|
||||
*/
|
||||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user