Changeset 3007 for trunk/src/user32/winmouse.h
- Timestamp:
- Mar 4, 2000, 8:54:03 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/winmouse.h
r2956 r3007 1 /* $Id: winmouse.h,v 1. 5 2000-03-01 13:30:07sandervl Exp $ */1 /* $Id: winmouse.h,v 1.6 2000-03-04 19:54:03 sandervl Exp $ */ 2 2 /* 3 3 * Mouse handler for DINPUT … … 22 22 23 23 BOOL DInputMouseHandler(HWND hwnd, ULONG msg, ULONG x, ULONG y); 24 voidDInputKeyBoardHandler(MSG *msg);24 BOOL DInputKeyBoardHandler(MSG *msg); 25 25 26 26 #endif //__WINMOUSE_H__
Note:
See TracChangeset
for help on using the changeset viewer.