Mercurial > sdl-ios-xcode
diff src/events/SDL_events_c.h @ 4657:eed063a0bf5b
Moved Multi finger gesture recognition into the library.
author | Jim Grandpre <jim.tla@gmail.com> |
---|---|
date | Wed, 07 Jul 2010 04:13:08 -0700 |
parents | f068a6dfc858 |
children | dc0dfdd58f27 |
line wrap: on
line diff
--- a/src/events/SDL_events_c.h Tue Jul 06 02:05:27 2010 -0700 +++ b/src/events/SDL_events_c.h Wed Jul 07 04:13:08 2010 -0700 @@ -28,7 +28,7 @@ #include "SDL_keyboard_c.h" #include "SDL_touch_c.h" #include "SDL_windowevents_c.h" - +#include "SDL_gesture_c.h" /* Start and stop the event processing loop */ extern int SDL_StartEventLoop(Uint32 flags); extern void SDL_StopEventLoop(void);