mirror of
https://github.com/yawut/SDL.git
synced 2026-08-17 06:16:32 -05:00
Fixed compiler error
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user