Game Development Community

How to show the cursor

by Wangxu · in Torque Game Engine · 10/29/2004 (10:48 pm) · 1 replies

In the Torque fps Demo,there is a playgui in it, and show the healthbar.... The Cursor is hide .
now I want a button in playgui .But i can't show the Cursor ,what can i do to show the cursor ?

#1
10/30/2004 (12:27 am)
Have a key bind to a function for CursorOn(); and/or cursoroff();

check out http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=2173