comparison 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
comparison
equal deleted inserted replaced
4656:b5007b7995c6 4657:eed063a0bf5b
26 #include "SDL_thread.h" 26 #include "SDL_thread.h"
27 #include "SDL_mouse_c.h" 27 #include "SDL_mouse_c.h"
28 #include "SDL_keyboard_c.h" 28 #include "SDL_keyboard_c.h"
29 #include "SDL_touch_c.h" 29 #include "SDL_touch_c.h"
30 #include "SDL_windowevents_c.h" 30 #include "SDL_windowevents_c.h"
31 31 #include "SDL_gesture_c.h"
32 /* Start and stop the event processing loop */ 32 /* Start and stop the event processing loop */
33 extern int SDL_StartEventLoop(Uint32 flags); 33 extern int SDL_StartEventLoop(Uint32 flags);
34 extern void SDL_StopEventLoop(void); 34 extern void SDL_StopEventLoop(void);
35 extern void SDL_QuitInterrupt(void); 35 extern void SDL_QuitInterrupt(void);
36 36