Game Development Community

How to

by _____ · in Torque Game Engine · 05/22/2006 (2:12 pm) · 2 replies

Enable cursor?

#1
05/22/2006 (2:50 pm)
If you change the tagged variable of PlayGUI...... nocursor=1, to nocursor=0;

might be able to do so in console with

Playgui.nocursor=0;
#2
05/29/2006 (9:47 am)
Thanks :D.