comparison src/video/win32/SDL_win32video.c @ 3770:81b649bad6d2 gsoc2008_manymouse

Implementation finished
author Szymon Wilczek <kazeuser@gmail.com>
date Thu, 31 Jul 2008 14:41:48 +0000
parents 1b87a8beab9d
children 8cc36a399a12
comparison
equal deleted inserted replaced
3769:fe32943f86ec 3770:81b649bad6d2
38 static void WIN_VideoQuit(_THIS); 38 static void WIN_VideoQuit(_THIS);
39 39
40 int total_mice =0; 40 int total_mice =0;
41 HANDLE* mice = NULL; 41 HANDLE* mice = NULL;
42 HCTX* g_hCtx = NULL; 42 HCTX* g_hCtx = NULL;
43 //int highestId=0; 43 int tablet=-1;
44 44
45 /* WIN32 driver bootstrap functions */ 45 /* WIN32 driver bootstrap functions */
46 46
47 static int 47 static int
48 WIN_Available(void) 48 WIN_Available(void)
180 WIN_QuitMouse(_this); 180 WIN_QuitMouse(_this);
181 SDL_free(g_hCtx); 181 SDL_free(g_hCtx);
182 } 182 }
183 183
184 /* vim: set ts=4 sw=4 expandtab: */ 184 /* vim: set ts=4 sw=4 expandtab: */
185