Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
489 B

#if !defined(LAVA__MsgHelp_h__INCLUDED)
#define LAVA__MsgHelp_h__INCLUDED
void GdConvertMouseMessage(GMSG_MOUSE * pmsg, UINT nMsg, WPARAM wParam);
void GdConvertKeyboardMessage(GMSG_KEYBOARD * pmsg, UINT nMsg, WPARAM wParam, LPARAM lParam);
void GdConvertMouseClickMessage(GMSG_MOUSECLICK * pmsg, UINT nMsg, WPARAM wParam);
void GdConvertMouseWheelMessage(GMSG_MOUSEWHEEL * pmsg, WPARAM wParam);
#endif // LAVA__MsgHelp_h__INCLUDED