Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

winmouse.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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


Define Documentation

 
#define ISMOUSE_CAPTURED      (mouseHandler!=NULL)
 

Definition at line 17 of file winmouse.h.

Referenced by DInputMouseHandler(), and OS2ToWinMsgTranslate().

 
#define ISKDB_CAPTURED      (keyboardHandler!=0)
 

Definition at line 18 of file winmouse.h.

Referenced by DInputKeyBoardHandler(), and OS2ToWinMsgTranslate().


Function Documentation

BOOL DInputMouseHandler HWND    hwnd,
ULONG    msg,
ULONG    x,
ULONG    y
 

Definition at line 73 of file winmouse.cpp.

Referenced by OS2ToWinMsgTranslate().

BOOL DInputKeyBoardHandler MSG *    msg
 

Definition at line 64 of file winmouse.cpp.

Referenced by OS2ToWinMsgTranslate().


Variable Documentation

LPMOUSE_EVENT_PROC mouseHandler
 

Definition at line 14 of file winmouse.h.

Referenced by DInputMouseHandler().

WNDPROC keyboardHandler
 

Definition at line 15 of file winmouse.h.

Referenced by DInputKeyBoardHandler().


Generated on Wed Jan 23 23:21:57 2002 for ODIN-user32 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001