From: Daniel V. <vo...@ep...> - 2001-11-30 05:52:44
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.
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