Re: [GD-Windows] cursor over titlebar
Brought to you by:
vexxed72
From: Andrew G. <an...@ra...> - 2002-02-08 00:03:22
|
We need archives! Either detect WM_NCMOUSEMOVE or WM_MOUSELEAVE and use ShowCursor(TRUE), to make the cursor visible until it re-enters the client area. // andrew ----- Original Message ----- From: "Ignacio Castaño" <cas...@ya...> To: <gam...@li...> Sent: Thursday, February 07, 2002 11:46 PM 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ño > 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=555 > |