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

winmouse.h

Go to the documentation of this file.
00001 /* $Id: winmouse.h,v 1.7 2000/03/09 21:50:11 sandervl Exp $ */
00002 /*
00003  * Mouse handler for DINPUT
00004  *
00005  * Copyright 1999 Sander van Leeuwen
00006  *
00007  *
00008  * Project Odin Software License can be found in LICENSE.TXT
00009  *
00010  */
00011 #ifndef __WINMOUSE_H__
00012 #define __WINMOUSE_H__
00013 
00014 extern LPMOUSE_EVENT_PROC mouseHandler;
00015 extern WNDPROC            keyboardHandler;
00016 
00017 #define ISMOUSE_CAPTURED()      (mouseHandler!=NULL)
00018 #define ISKDB_CAPTURED()        (keyboardHandler!=0)
00019 
00020 BOOL DInputMouseHandler(HWND hwnd, ULONG msg, ULONG x, ULONG y);
00021 BOOL DInputKeyBoardHandler(MSG *msg);
00022 
00023 #endif //__WINMOUSE_H__

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