Changeset 8347 for trunk/src/user32/winmouse.h
- Timestamp:
 - Apr 30, 2002, 4:54:07 PM (24 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/user32/winmouse.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/user32/winmouse.h
r3072 r8347 1 /* $Id: winmouse.h,v 1. 7 2000-03-09 21:50:11sandervl Exp $ */1 /* $Id: winmouse.h,v 1.8 2002-04-30 14:54:07 sandervl Exp $ */ 2 2 /* 3 3 * Mouse handler for DINPUT … … 12 12 #define __WINMOUSE_H__ 13 13 14 extern LPMOUSE_EVENT_PROC mouseHandler;15 extern WNDPROC keyboardHandler;16 17 #define ISMOUSE_CAPTURED() (mouseHandler!=NULL)18 #define ISKDB_CAPTURED() (keyboardHandler!=0)19 20 BOOL DInputMouseHandler(HWND hwnd, ULONG msg, ULONG x, ULONG y);21 BOOL DInputKeyBoardHandler(MSG *msg);22 23 14 #endif //__WINMOUSE_H__  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  