This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | ISMOUSE_CAPTURED() (mouseHandler!=NULL) |
#define | ISKDB_CAPTURED() (keyboardHandler!=0) |
Functions | |
BOOL | DInputMouseHandler (HWND hwnd, ULONG msg, ULONG x, ULONG y) |
BOOL | DInputKeyBoardHandler (MSG *msg) |
Variables | |
LPMOUSE_EVENT_PROC | mouseHandler |
WNDPROC | keyboardHandler |
|
Definition at line 17 of file winmouse.h. Referenced by DInputMouseHandler(), and OS2ToWinMsgTranslate().
|
|
Definition at line 18 of file winmouse.h. Referenced by DInputKeyBoardHandler(), and OS2ToWinMsgTranslate().
|
|
Definition at line 73 of file winmouse.cpp. Referenced by OS2ToWinMsgTranslate().
|
|
Definition at line 64 of file winmouse.cpp. Referenced by OS2ToWinMsgTranslate().
|
|
Definition at line 14 of file winmouse.h. Referenced by DInputMouseHandler().
|
|
Definition at line 15 of file winmouse.h. Referenced by DInputKeyBoardHandler().
|