Mercurial > sdl-ios-xcode
comparison src/events/SDL_events_c.h @ 4640:f068a6dfc858
Added SDL_touch.c/SDL_touch_c.h as slightly modifeind SDL_mouse*. Made reads in touchSimp non-blocking.
author | Jim Grandpre <jim.tla@gmail.com> |
---|---|
date | Tue, 25 May 2010 23:23:23 -0400 |
parents | faa9fc8e7f67 |
children | eed063a0bf5b |
comparison
equal
deleted
inserted
replaced
4639:f5cd4b6231ba | 4640:f068a6dfc858 |
---|---|
24 /* Useful functions and variables from SDL_events.c */ | 24 /* Useful functions and variables from SDL_events.c */ |
25 #include "SDL_events.h" | 25 #include "SDL_events.h" |
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_windowevents_c.h" | 30 #include "SDL_windowevents_c.h" |
30 | 31 |
31 /* Start and stop the event processing loop */ | 32 /* Start and stop the event processing loop */ |
32 extern int SDL_StartEventLoop(Uint32 flags); | 33 extern int SDL_StartEventLoop(Uint32 flags); |
33 extern void SDL_StopEventLoop(void); | 34 extern void SDL_StopEventLoop(void); |