Minor documentation consistency cleanup
This commit is contained in:
parent
ce2e619ac9
commit
24cfae7d89
1 changed files with 4 additions and 5 deletions
|
@ -317,9 +317,8 @@ typedef struct SDL_TouchButtonEvent
|
||||||
} SDL_TouchButtonEvent;
|
} SDL_TouchButtonEvent;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Multiple Finger Gesture Event
|
* \brief Multiple Finger Gesture Event (event.mgesture.*)
|
||||||
*/
|
*/
|
||||||
typedef struct SDL_MultiGestureEvent
|
typedef struct SDL_MultiGestureEvent
|
||||||
{
|
{
|
||||||
|
@ -334,7 +333,7 @@ typedef struct SDL_MultiGestureEvent
|
||||||
Uint16 padding;
|
Uint16 padding;
|
||||||
} SDL_MultiGestureEvent;
|
} SDL_MultiGestureEvent;
|
||||||
|
|
||||||
typedef struct SDL_DollarGestureEvent
|
typedef struct SDL_DollarGestureEvent (event.dgesture.*)
|
||||||
{
|
{
|
||||||
Uint32 type; /**< ::SDL_DOLLARGESTURE */
|
Uint32 type; /**< ::SDL_DOLLARGESTURE */
|
||||||
Uint32 windowID; /**< The window with mouse focus, if any */
|
Uint32 windowID; /**< The window with mouse focus, if any */
|
||||||
|
@ -350,8 +349,6 @@ typedef struct SDL_DollarGestureEvent
|
||||||
} SDL_DollarGestureEvent;
|
} SDL_DollarGestureEvent;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief The "quit requested" event
|
* \brief The "quit requested" event
|
||||||
*/
|
*/
|
||||||
|
@ -360,6 +357,7 @@ typedef struct SDL_QuitEvent
|
||||||
Uint32 type; /**< ::SDL_QUIT */
|
Uint32 type; /**< ::SDL_QUIT */
|
||||||
} SDL_QuitEvent;
|
} SDL_QuitEvent;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief A user-defined event type (event.user.*)
|
* \brief A user-defined event type (event.user.*)
|
||||||
*/
|
*/
|
||||||
|
@ -372,6 +370,7 @@ typedef struct SDL_UserEvent
|
||||||
void *data2; /**< User defined data pointer */
|
void *data2; /**< User defined data pointer */
|
||||||
} SDL_UserEvent;
|
} SDL_UserEvent;
|
||||||
|
|
||||||
|
|
||||||
struct SDL_SysWMmsg;
|
struct SDL_SysWMmsg;
|
||||||
typedef struct SDL_SysWMmsg SDL_SysWMmsg;
|
typedef struct SDL_SysWMmsg SDL_SysWMmsg;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue