Mercurial > sdl-ios-xcode
comparison src/events/SDL_mouse_c.h @ 3767:abc8acb8e3d7 gsoc2008_manymouse
Proximity events, Pressure detection for multiple windows. Tablet button detection on the way.
author | Szymon Wilczek <kazeuser@gmail.com> |
---|---|
date | Wed, 23 Jul 2008 16:12:43 +0000 |
parents | 24db5d326f57 |
children | fe32943f86ec |
comparison
equal
deleted
inserted
replaced
3766:24db5d326f57 | 3767:abc8acb8e3d7 |
---|---|
116 /* Shutdown the mouse subsystem */ | 116 /* Shutdown the mouse subsystem */ |
117 extern void SDL_MouseQuit(void); | 117 extern void SDL_MouseQuit(void); |
118 | 118 |
119 extern int SDL_GetIndexById(int id); | 119 extern int SDL_GetIndexById(int id); |
120 | 120 |
121 extern void SDL_SetIndexId(int id, int index); | 121 extern int SDL_SetIndexId(int id, int index); |
122 | 122 |
123 extern int SDL_GetNumOfMice(void); | 123 extern int SDL_GetNumOfMice(void); |
124 | 124 |
125 extern char* SDL_GetMouseName(int index); | 125 extern char* SDL_GetMouseName(int index); |
126 | 126 |