Mercurial > sdl-ios-xcode
comparison src/video/win32/SDL_win32mouse.h @ 1724:6c63fc2bd986 SDL-1.3
Proof of concept done - Win32 GDI implementation mostly complete.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 06 Jul 2006 07:17:11 +0000 |
parents | a1ebb17f9c52 |
children | 98a3207ddde8 |
comparison
equal
deleted
inserted
replaced
1723:4bdbb9b2bd0a | 1724:6c63fc2bd986 |
---|---|
23 | 23 |
24 #ifndef _SDL_win32mouse_h | 24 #ifndef _SDL_win32mouse_h |
25 #define _SDL_win32mouse_h | 25 #define _SDL_win32mouse_h |
26 | 26 |
27 extern void WIN_AddMouse(_THIS); | 27 extern void WIN_AddMouse(_THIS); |
28 extern void WIN_DelMouse(_THIS); | |
28 | 29 |
29 #endif /* _SDL_win32mouse_h */ | 30 #endif /* _SDL_win32mouse_h */ |
30 | 31 |
31 /* vi: set ts=4 sw=4 expandtab: */ | 32 /* vi: set ts=4 sw=4 expandtab: */ |