comparison 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
comparison
equal deleted inserted replaced
3773:3b5691f85c0d 3774:8b5b67000dc0
178 int pressure; /**< Pressure reported by tablets */ 178 int pressure; /**< Pressure reported by tablets */
179 int pressure_max; /**< Maximum value of the pressure reported by the device*/ 179 int pressure_max; /**< Maximum value of the pressure reported by the device*/
180 int pressure_min; /**< Minimum value of the pressure reported by the device*/ 180 int pressure_min; /**< Minimum value of the pressure reported by the device*/
181 int rotation; /**<For future use */ 181 int rotation; /**<For future use */
182 int tilt; /**<For future use */ 182 int tilt; /**<For future use */
183 int cursor; /**< The cursor being used in the event */
183 int xrel; /**< The relative motion in the X direction */ 184 int xrel; /**< The relative motion in the X direction */
184 int yrel; /**< The relative motion in the Y direction */ 185 int yrel; /**< The relative motion in the Y direction */
185 SDL_WindowID windowID; /**< The window with mouse focus, if any */ 186 SDL_WindowID windowID; /**< The window with mouse focus, if any */
186 } SDL_MouseMotionEvent; 187 } SDL_MouseMotionEvent;
187 188