Ignore:
Timestamp:
Apr 30, 2002, 4:54:07 PM (24 years ago)
Author:
sandervl
Message:

Implemented WH_MOUSE_LL hook; removed DInput hack for keyboard & mouse message translation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/winmouse.h

    r3072 r8347  
    1 /* $Id: winmouse.h,v 1.7 2000-03-09 21:50:11 sandervl Exp $ */
     1/* $Id: winmouse.h,v 1.8 2002-04-30 14:54:07 sandervl Exp $ */
    22/*
    33 * Mouse handler for DINPUT
     
    1212#define __WINMOUSE_H__
    1313
    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 
    2314#endif //__WINMOUSE_H__
Note: See TracChangeset for help on using the changeset viewer.