comparison src/events/SDL_mouse_c.h @ 3764:2970fcfbdd54 gsoc2008_manymouse

Relative mode for tablets. Info on wiki.
author Szymon Wilczek <kazeuser@gmail.com>
date Thu, 03 Jul 2008 22:03:58 +0000
parents 64f346a83ed3
children ed9b7fe8f902
comparison
equal deleted inserted replaced
3763:81ea7d9a6624 3764:2970fcfbdd54
65 int xdelta; 65 int xdelta;
66 int ydelta; 66 int ydelta;
67 char* name; 67 char* name;
68 Uint8 buttonstate; 68 Uint8 buttonstate;
69 SDL_bool relative_mode; 69 SDL_bool relative_mode;
70 SDL_bool proximity;
70 SDL_bool flush_motion; 71 SDL_bool flush_motion;
71 72
72 SDL_Cursor *cursors; 73 SDL_Cursor *cursors;
73 SDL_Cursor *def_cursor; 74 SDL_Cursor *def_cursor;
74 SDL_Cursor *cur_cursor; 75 SDL_Cursor *cur_cursor;
116 117
117 extern int SDL_GetNumOfMice(void); 118 extern int SDL_GetNumOfMice(void);
118 119
119 extern char* SDL_GetMouseName(int index); 120 extern char* SDL_GetMouseName(int index);
120 121
121 122 extern void SDL_UpdateCoordinates(int x, int y);
122 123
123 #endif /* _SDL_mouse_c_h */ 124 #endif /* _SDL_mouse_c_h */
124 125
125 /* vi: set ts=4 sw=4 expandtab: */ 126 /* vi: set ts=4 sw=4 expandtab: */