diff 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
line wrap: on
line diff
--- a/src/events/SDL_mouse_c.h	Sun Jul 06 09:24:56 2008 +0000
+++ b/src/events/SDL_mouse_c.h	Wed Jul 23 16:12:43 2008 +0000
@@ -118,7 +118,7 @@
 
 extern int SDL_GetIndexById(int id);
 
-extern void SDL_SetIndexId(int id, int index);
+extern int SDL_SetIndexId(int id, int index);
 
 extern int SDL_GetNumOfMice(void);