mirror of
https://github.com/yawut/SDL.git
synced 2026-07-02 00:13:39 -05:00
Fixed compiler error
This commit is contained in:
parent
b03568822b
commit
f5bbe15139
|
|
@ -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…
Reference in New Issue
Block a user