Keeping cursor visible at all times

Jekteir

27-07-2007 00:06:09

I think I'm right in saying that it's standard behavior for QuickGUI's cursor to disappear when the mouse position is at the very top, side or bottom of the screen. Nevertheless I'd like to change that behavior so that the mouse behaves like the Windows mouse does (fully visible on left and top, a pixel of the leftmost side of the mouse visible on the right, the top pixel of the mouse visible at the bottom). Are there some simple modifications that would allow this?

Thanks,

Jek

thecaptain

27-07-2007 03:19:26

There is a function in the MouseCursor called setHideCursorWhenOSCursorOffscreen(bool). Set it to false and it will fix your problem.

Jekteir

27-07-2007 13:50:24

Thank you very much, that is perfect.