Mercurial > sdl-ios-xcode
diff src/video/win32/SDL_win32video.c @ 3771:8cc36a399a12 gsoc2008_manymouse
comments added and improved code look(windows part)
author | Szymon Wilczek <kazeuser@gmail.com> |
---|---|
date | Sat, 02 Aug 2008 14:02:28 +0000 |
parents | 81b649bad6d2 |
children |
line wrap: on
line diff
--- a/src/video/win32/SDL_win32video.c Thu Jul 31 14:41:48 2008 +0000 +++ b/src/video/win32/SDL_win32video.c Sat Aug 02 14:02:28 2008 +0000 @@ -37,10 +37,10 @@ static int WIN_VideoInit(_THIS); static void WIN_VideoQuit(_THIS); -int total_mice =0; -HANDLE* mice = NULL; -HCTX* g_hCtx = NULL; -int tablet=-1; +int total_mice = 0; /*total mouse count*/ +HANDLE* mice = NULL; /*the handles to the detected mice*/ +HCTX* g_hCtx = NULL; /*handles to tablet contexts*/ +int tablet=-1; /*we're assuming that there is no tablet*/ /* WIN32 driver bootstrap functions */