Canvas.hideCursor()
by Bruno · in Torque Game Builder · 08/12/2006 (2:46 am) · 2 replies
Hi,
When i call this function, the mouse cursor indeed is hidden, however, in the second i move the mouse, the cursor shows up again, any ideia whats going on ?
thanks,
Bruno
When i call this function, the mouse cursor indeed is hidden, however, in the second i move the mouse, the cursor shows up again, any ideia whats going on ?
thanks,
Bruno
About the author
#2
Just an observation in case your were still on the 1.1.0 or previous version.
08/12/2006 (1:44 pm)
I've noticed in the 1.1.1 version of TGB, that the hide/show cursor seems to be working much better. Just an observation in case your were still on the 1.1.0 or previous version.
Torque Owner Kevin James
Try canvas.cursoroff() I'm not sure if that works anymore, but it may.