Fixed spacing in comments
This commit is contained in:
parent
a8c8dc3e09
commit
5152fac7f8
1 changed files with 2 additions and 2 deletions
|
@ -436,8 +436,8 @@ typedef union SDL_Event
|
||||||
SDL_SysWMEvent syswm; /**< System dependent window event data */
|
SDL_SysWMEvent syswm; /**< System dependent window event data */
|
||||||
SDL_TouchFingerEvent tfinger; /**< Touch finger event data */
|
SDL_TouchFingerEvent tfinger; /**< Touch finger event data */
|
||||||
SDL_TouchButtonEvent tbutton; /**< Touch button event data */
|
SDL_TouchButtonEvent tbutton; /**< Touch button event data */
|
||||||
SDL_MultiGestureEvent mgesture; /**< Multi Finger Gesture data*/
|
SDL_MultiGestureEvent mgesture; /**< Multi Finger Gesture data */
|
||||||
SDL_DollarGestureEvent dgesture; /**< Multi Finger Gesture data*/
|
SDL_DollarGestureEvent dgesture; /**< Multi Finger Gesture data */
|
||||||
|
|
||||||
/** Temporarily here for backwards compatibility */
|
/** Temporarily here for backwards compatibility */
|
||||||
/*@{*/
|
/*@{*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue