Changeset 2201 for trunk/src/user32/winmouse.h
- Timestamp:
- Dec 24, 1999, 7:51:55 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/winmouse.h
r1629 r2201 1 /* $Id: winmouse.h,v 1. 1 1999-11-08 13:44:41sandervl Exp $ */1 /* $Id: winmouse.h,v 1.2 1999-12-24 18:51:55 sandervl Exp $ */ 2 2 /* 3 3 * Mouse handler for DINPUT … … 21 21 #define MOUSEMSG_MOVE 1 22 22 23 BOOL DInputMouseHandler(HWND hwnd, ULONG msg, ULONG x, ULONG y , ULONG info);23 BOOL DInputMouseHandler(HWND hwnd, ULONG msg, ULONG x, ULONG y); 24 24 25 25 #endif //__WINMOUSE_H__
Note:
See TracChangeset
for help on using the changeset viewer.