Game Development Community

Testing app with mouse curson in Torque? How

by Oliver Kucharzewski · in iTorque 2D · 10/19/2011 (9:09 pm) · 3 replies

Is there anyway i could test my app with my mouse cursor? Because i cant seem to get my mouse to popup inside the app on the torque previewer
Thanks heaps.
Oliver
iTorque -2D

#1
10/20/2011 (6:28 am)
@Oliver - At the end of the startGame function, call this:

showCursor();
#2
10/20/2011 (9:47 pm)
Thanks heaps!
#3
10/21/2011 (12:44 pm)
Glad it worked.