diff include/SDL_events.h @ 4683:15dfe42edbfd

Fixed gestureMulti. Disabled dollar gesture temporarily.
author Jim Grandpre <jim.tla@gmail.com>
date Wed, 04 Aug 2010 23:17:30 -0400
parents f8431f66613d
children f9ab8df6d45a
line wrap: on
line diff
--- a/include/SDL_events.h	Tue Aug 03 00:18:00 2010 -0400
+++ b/include/SDL_events.h	Wed Aug 04 23:17:30 2010 -0400
@@ -296,6 +296,8 @@
     Uint8 padding3;
     Uint16 x;
     Uint16 y;
+    Sint16 dx;
+    Sint16 dy;
     Uint16 pressure;
 } SDL_TouchFingerEvent;
 
@@ -328,7 +330,8 @@
     float dDist;
     float x;  //currently 0...1. Change to screen coords?
     float y;  
-
+    Uint16 numFingers;
+    Uint16 padding;
 } SDL_MultiGestureEvent;
 
 typedef struct SDL_DollarGestureEvent