Mercurial > sdl-ios-xcode
comparison src/events/SDL_mouse_c.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 | 2970fcfbdd54 |
children | 24db5d326f57 |
comparison
equal
deleted
inserted
replaced
3764:2970fcfbdd54 | 3765:ed9b7fe8f902 |
---|---|
59 /* Data common to all mice */ | 59 /* Data common to all mice */ |
60 SDL_WindowID focus; | 60 SDL_WindowID focus; |
61 int which; | 61 int which; |
62 int x; | 62 int x; |
63 int y; | 63 int y; |
64 int z; | 64 int z;/*for future use*/ |
65 int xdelta; | 65 int xdelta; |
66 int ydelta; | 66 int ydelta; |
67 int pressure; | |
68 int tilt;/*for future use*/ | |
69 int rotation;/*for future use*/ | |
67 char* name; | 70 char* name; |
68 Uint8 buttonstate; | 71 Uint8 buttonstate; |
69 SDL_bool relative_mode; | 72 SDL_bool relative_mode; |
70 SDL_bool proximity; | 73 SDL_bool proximity; |
71 SDL_bool flush_motion; | 74 SDL_bool flush_motion; |