Game Development Community

Mouse Question

by Harrison Brock · in Torque X 2D · 05/20/2007 (9:47 am) · 2 replies

How do you get the mouse to show up in torqueX? I can get it to show up in xna but not torqueX.

#1
05/24/2007 (9:02 am)
// make the mouse cursor visible
TorqueEngineComponent.Instance.Game.IsMouseVisible = true;

:)
#2
05/25/2007 (1:04 am)
Thanks Thomas.