RE: [GD-Windows] cursor over titlebar
Brought to you by:
vexxed72
From: Nathan R. <Nat...@te...> - 2002-02-08 00:06:41
|
You can do this with the WM_NCHITTEST message. DefWindowProc will = return HTCAPTION when it handles this message over the title bar. Take a look at http://msdn.microsoft.com/library/en-us/winui/mousinpt_7ik4.asp for = some more flags. -----Original Message----- From: Ignacio Casta=F1o [mailto:cas...@ya...] Sent: Thursday, February 07, 2002 5:47 PM To: gam...@li... Subject: [GD-Windows] cursor over titlebar Hi, I hide the mouse cursor using ShowCursor(0) when my app is activated, = so that the cursor doesn't appear over the window. However, I would like = to show it when it's over the titlebar, to allow the user to move the = window. Any hints would be appreciated! Ignacio Casta=F1o ca...@as... _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Gamedevlists-windows mailing list Gam...@li... https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=3D555 |