How to get the current Cursor from Canvas
by Stanley D Chatman · in Torque Game Builder · 02/21/2008 (12:34 am) · 1 replies
Does anyone know of a way to get the current cursor from the Canvas object. I know and use the setCursor function but I could not find an equivalent getCursor.
I am trying to do the following.
I am trying to do the following.
%currentCursor = Canvas.getCursor(); Canvas.setCursor(myCustomCursor); //Do Something Here Canvas.setCursor(%currentCursor);
Torque Owner Chris Hoopes
Original Dog Party