Well, it's as simple as that. How can i show/hide the mouse on the fly without resorting to a workaround like never showing the mouse and only drawing a cursor at the mousexy whenever I want it to be visible?
I've been digging through the manual, I can't find anything.
Thanks
~ReCreate
Show/hide The Mouse On The Fly...
Started by Recreate, Feb 09 2010 04:58 AM
2 replies to this topic
#1
Posted 09 February 2010 - 04:58 AM
#2
Posted 09 February 2010 - 05:08 AM
window_set_cursor(cr_default);
window_set_cursor(cr_none);
window_set_cursor(cr_none);
#3
Posted 09 February 2010 - 05:57 AM
Alternatively, you can use cursor_sprite = <yourspritename>; And make one of those sprites you use a blank fully transparent sprite.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users











