diff include/SDL_touch.h @ 4689:f9ab8df6d45a

Added README.touch and README.gesture. Moved touchtest/gestureSDLTest to test/testgesture
author Jim Grandpre <jim.tla@gmail.com>
date Sun, 15 Aug 2010 00:36:28 -0400
parents 5ee96ba0c01e
children b530ef003506
line wrap: on
line diff
--- a/include/SDL_touch.h	Fri Aug 13 23:08:32 2010 -0400
+++ b/include/SDL_touch.h	Sun Aug 15 00:36:28 2010 -0400
@@ -50,11 +50,11 @@
   SDL_FingerID id;
   Uint16 x;
   Uint16 y;
+  Uint16 pressure;
   Uint16 xdelta;
   Uint16 ydelta;
   Uint16 last_x, last_y,last_pressure;  /* the last reported coordinates */
   SDL_bool down;
-  Uint16 pressure;
 };
 
 typedef struct SDL_Touch SDL_Touch;