This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed compiler error
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+2
−1
include/SDL_events.h
|
@@ -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 */ |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.