Mercurial > sdl-ios-xcode
diff include/SDL_events.h @ 4659:063b9455bd1a
Added some files I had previosuly missed
author | Jim Grandpre <jim.tla@gmail.com> |
---|---|
date | Sun, 11 Jul 2010 01:15:39 -0400 |
parents | 454385d76845 |
children | 03dcb795c583 |
line wrap: on
line diff
--- a/include/SDL_events.h Fri Jul 09 00:50:40 2010 -0700 +++ b/include/SDL_events.h Sun Jul 11 01:15:39 2010 -0400 @@ -36,6 +36,8 @@ #include "SDL_mouse.h" #include "SDL_joystick.h" #include "SDL_quit.h" +#include "SDL_gesture.h" +#include "SDL_touch.h" #include "begin_code.h" /* Set up for C function definitions, even when using C++ */ @@ -95,6 +97,7 @@ /*Gesture events*/ SDL_DOLLARGESTURE = 0x800, + SDL_DOLLARRECORD, SDL_MULTIGESTURE, /* Obsolete events */ @@ -359,9 +362,10 @@ Uint32 type; /**< ::SDL_DOLLARGESTURE */ Uint32 windowID; /**< The window with mouse focus, if any */ Uint8 touchId; /**< The touch device index */ - Uint8 gestureId; + Uint8 padding1; Uint8 padding2; Uint8 padding3; + unsigned long gestureId; float error; /* //TODO: Enable to give location?