diff include/SDL_events.h @ 4642:057e8762d2a1

Added reading of event* for touch events.
author Jim Grandpre <jim.tla@gmail.com>
date Fri, 28 May 2010 01:26:52 -0400
parents 49a97daea6ec
children fb500b3e1717
line wrap: on
line diff
--- a/include/SDL_events.h	Thu May 27 01:21:37 2010 -0400
+++ b/include/SDL_events.h	Fri May 28 01:26:52 2010 -0400
@@ -310,6 +310,8 @@
     Uint8 state;        /**< The current button state */
     Uint8 fingerId;
     Uint8 padding1;
+    int x;
+    int y;
 } SDL_TouchFingerEvent;