
Posted:
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().

Posted:
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?