source:
trunk/src/user32/winmouse.h
Last change on this file was 10185, checked in by , 22 years ago | |
---|---|
File size: 306 bytes |
Rev | Line | |
---|---|---|
[10185] | 1 | /* $Id: winmouse.h,v 1.9 2003-07-28 11:27:51 sandervl Exp $ */ |
[2469] | 2 | /* |
3 | * Mouse handler for DINPUT | |
4 | * | |
5 | * Copyright 1999 Sander van Leeuwen | |
6 | * | |
7 | * | |
8 | * Project Odin Software License can be found in LICENSE.TXT | |
9 | * | |
10 | */ | |
11 | #ifndef __WINMOUSE_H__ | |
12 | #define __WINMOUSE_H__ | |
13 | ||
[10185] | 14 | ULONG GetMouseKeyState(); |
15 | ||
[2469] | 16 | #endif //__WINMOUSE_H__ |
Note:
See TracBrowser
for help on using the repository browser.