diff include/SDL_events.h @ 3774:8b5b67000dc0 gsoc2008_manymouse

Cursor support added
author Szymon Wilczek <kazeuser@gmail.com>
date Tue, 05 Aug 2008 14:10:11 +0000
parents 24db5d326f57
children 54d08ecec1cb
line wrap: on
line diff
--- a/include/SDL_events.h	Mon Aug 04 11:18:10 2008 +0000
+++ b/include/SDL_events.h	Tue Aug 05 14:10:11 2008 +0000
@@ -180,6 +180,7 @@
     int pressure_min;       /**< Minimum value of the pressure reported by the device*/
     int rotation;           /**<For future use */
     int tilt;               /**<For future use */
+    int cursor;             /**< The cursor being used in the event */
     int xrel;               /**< The relative motion in the X direction */
     int yrel;               /**< The relative motion in the Y direction */
     SDL_WindowID windowID;  /**< The window with mouse focus, if any */