comparison include/SDL_events.h @ 3766:24db5d326f57 gsoc2008_manymouse

Pressure levels. Documentation http://wilku.ravenlord.ws/doku.php?id=documentation
author Szymon Wilczek <kazeuser@gmail.com>
date Sun, 06 Jul 2008 09:24:56 +0000
parents ed9b7fe8f902
children 8b5b67000dc0
comparison
equal deleted inserted replaced
3765:ed9b7fe8f902 3766:24db5d326f57
174 Uint8 state; /**< The current button state */ 174 Uint8 state; /**< The current button state */
175 int x; /**< X coordinate, relative to window */ 175 int x; /**< X coordinate, relative to window */
176 int y; /**< Y coordinate, relative to window */ 176 int y; /**< Y coordinate, relative to window */
177 int z; /**< Z coordinate, for future use*/ 177 int z; /**< Z coordinate, for future use*/
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*/
180 int pressure_min; /**< Minimum value of the pressure reported by the device*/
179 int rotation; /**<For future use */ 181 int rotation; /**<For future use */
180 int tilt; /**<For future use */ 182 int tilt; /**<For future use */
181 int xrel; /**< The relative motion in the X direction */ 183 int xrel; /**< The relative motion in the X direction */
182 int yrel; /**< The relative motion in the Y direction */ 184 int yrel; /**< The relative motion in the Y direction */
183 SDL_WindowID windowID; /**< The window with mouse focus, if any */ 185 SDL_WindowID windowID; /**< The window with mouse focus, if any */