diff src/video/x11/SDL_eventtouch.h @ 4643:8806b78988f7

Bug fixes. Basic touch events (finger up, finger down, finger move) supported.
author Jim Grandpre <jim.tla@gmail.com>
date Sat, 29 May 2010 01:47:19 -0400
parents 057e8762d2a1
children 0375d020e7e3
line wrap: on
line diff
--- a/src/video/x11/SDL_eventtouch.h	Fri May 28 01:26:52 2010 -0400
+++ b/src/video/x11/SDL_eventtouch.h	Sat May 29 01:47:19 2010 -0400
@@ -31,6 +31,7 @@
 {
     int x,y,pressure,finger; //Temporary Variables until sync
     int eventStream;
+    SDL_bool up;
 } EventTouchData;
 #endif