Mercurial > sdl-ios-xcode
diff include/SDL_events.h @ 3765:ed9b7fe8f902 gsoc2008_manymouse
Estethic changes noted on the SDL meeting 05.07.08
author | Szymon Wilczek <kazeuser@gmail.com> |
---|---|
date | Sat, 05 Jul 2008 20:02:07 +0000 |
parents | 81ea7d9a6624 |
children | 24db5d326f57 |
line wrap: on
line diff
--- a/include/SDL_events.h Thu Jul 03 22:03:58 2008 +0000 +++ b/include/SDL_events.h Sat Jul 05 20:02:07 2008 +0000 @@ -174,7 +174,10 @@ Uint8 state; /**< The current button state */ int x; /**< X coordinate, relative to window */ int y; /**< Y coordinate, relative to window */ - int z; + int z; /**< Z coordinate, for future use*/ + int pressure; /**< Pressure reported by tablets */ + int rotation; /**<For future use */ + int tilt; /**<For future use */ 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 */