diff include/SDL_touch.h @ 4655:4c94f2023d62

Fixed bugs in input, cleaned up $1
author Jim Grandpre <jim.tla@gmail.com>
date Fri, 18 Jun 2010 01:43:02 -0400
parents 35a80b0791aa
children 063b9455bd1a
line wrap: on
line diff
--- a/include/SDL_touch.h	Thu Jun 17 03:41:27 2010 -0400
+++ b/include/SDL_touch.h	Fri Jun 18 01:43:02 2010 -0400
@@ -50,6 +50,7 @@
   int xdelta;
   int ydelta;
   int last_x, last_y,last_pressure;  /* the last reported coordinates */
+  SDL_bool down;
   int pressure;
 };