Mercurial > sdl-ios-xcode
comparison src/video/win32/SDL_win32video.c @ 3768:1b87a8beab9d gsoc2008_manymouse
Project part1
author | Szymon Wilczek <kazeuser@gmail.com> |
---|---|
date | Wed, 30 Jul 2008 16:09:24 +0000 |
parents | abc8acb8e3d7 |
children | 81b649bad6d2 |
comparison
equal
deleted
inserted
replaced
3767:abc8acb8e3d7 | 3768:1b87a8beab9d |
---|---|
35 | 35 |
36 /* Initialization/Query functions */ | 36 /* Initialization/Query functions */ |
37 static int WIN_VideoInit(_THIS); | 37 static int WIN_VideoInit(_THIS); |
38 static void WIN_VideoQuit(_THIS); | 38 static void WIN_VideoQuit(_THIS); |
39 | 39 |
40 int total_mice =0; | |
41 HANDLE* mice = NULL; | |
40 HCTX* g_hCtx = NULL; | 42 HCTX* g_hCtx = NULL; |
43 //int highestId=0; | |
41 | 44 |
42 /* WIN32 driver bootstrap functions */ | 45 /* WIN32 driver bootstrap functions */ |
43 | 46 |
44 static int | 47 static int |
45 WIN_Available(void) | 48 WIN_Available(void) |