diff 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
line wrap: on
line diff
--- a/src/events/SDL_events_c.h	Mon May 24 23:44:24 2010 -0400
+++ b/src/events/SDL_events_c.h	Tue May 25 23:23:23 2010 -0400
@@ -26,6 +26,7 @@
 #include "SDL_thread.h"
 #include "SDL_mouse_c.h"
 #include "SDL_keyboard_c.h"
+#include "SDL_touch_c.h"
 #include "SDL_windowevents_c.h"
 
 /* Start and stop the event processing loop */