Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11events.c @ 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 | 057e8762d2a1 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11events.c Mon May 24 23:44:24 2010 -0400 +++ b/src/video/x11/SDL_x11events.c Tue May 25 23:23:23 2010 -0400 @@ -408,6 +408,10 @@ while (X11_Pending(data->display)) { X11_DispatchEvent(_this); } + + + /* Process Touch events - TODO When X gets touch support, REMOVE THIS*/ + } /* This is so wrong it hurts */