Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/include/SDL_events.h Sat Jul 05 20:02:07 2008 +0000 +++ b/include/SDL_events.h Sun Jul 06 09:24:56 2008 +0000 @@ -176,6 +176,8 @@ int y; /**< Y coordinate, relative to window */ int z; /**< Z coordinate, for future use*/ int pressure; /**< Pressure reported by tablets */ + int pressure_max; /**< Maximum value of the pressure reported by the device*/ + int pressure_min; /**< Minimum value of the pressure reported by the device*/ int rotation; /**<For future use */ int tilt; /**<For future use */ int xrel; /**< The relative motion in the X direction */