Re: [GD-Windows] mouse click in window
Brought to you by:
vexxed72
From: Brian H. <bri...@py...> - 2001-11-30 05:54:58
|
Use ScreenToClient() on the point and make sure that the Y component is > 0 Brian At 12:50 AM 11/30/2001 -0500, Daniel Vogel wrote: >Is there an easy way to determine inside WM_LBUTTONDOWN whether a user >pressed the mouse button "inside" the window and not the title bar? > >- Daniel Vogel, Programmer, Epic Games Inc. > > >_______________________________________________ >Gamedevlists-windows mailing list >Gam...@li... >https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows |