Page 1 of 1

hide mouse in window mode

PostPosted: Mar 17, 2008 @ 11:02am
by Nic-Gun

PostPosted: Mar 17, 2008 @ 4:17pm
by edge

PostPosted: Mar 17, 2008 @ 8:16pm
by Nic-Gun

PostPosted: Mar 18, 2008 @ 3:59pm
by edge
Hi Nic-Gun,

Call SetCursor(NULL) in OnDisplayInit. If that doesn't work, try SetCursor(LoadCursor(NULL, NULL)). Restore the mouse cursor in OnExit().

PostPosted: Mar 19, 2008 @ 2:38am
by Nic-Gun
hmm, so sorry to say, calling either SetCursor(NULL) or SetCursor(LoadCursor(NULL, NULL)); didn't work.

is there any other way to this?

PostPosted: Mar 20, 2008 @ 10:17am
by edge

PostPosted: Mar 21, 2008 @ 6:07am
by Nic-Gun