Fixed compiler error
This commit is contained in:
parent
f82346f528
commit
6654cd07b3
1 changed files with 2 additions and 1 deletions
|
@ -333,7 +333,8 @@ typedef struct SDL_MultiGestureEvent
|
|||
Uint16 padding;
|
||||
} SDL_MultiGestureEvent;
|
||||
|
||||
typedef struct SDL_DollarGestureEvent (event.dgesture.*)
|
||||
/* (event.dgesture.*) */
|
||||
typedef struct SDL_DollarGestureEvent
|
||||
{
|
||||
Uint32 type; /**< ::SDL_DOLLARGESTURE */
|
||||
Uint32 windowID; /**< The window with mouse focus, if any */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue