Game Development Community

Using the cursor in-game

by Jonathan Champagne · in Torque Game Engine · 05/22/2003 (5:38 pm) · 2 replies

How would I pull out the mouse while in the middle of a mission much like how the mouse comes out when you go in the console so that I can actually click on HUD items and interact with them? I've been looking through some of the code but can't seem to find the mouse portions x_x

#1
05/22/2003 (5:43 pm)
CursorOn();
#2
05/22/2003 (6:06 pm)
Oh... heh, well I certainly feel dumb. Thanks.