Game Development Community

Disable the Console

by Matthew Hoesterey · in Torque X 2D · 06/29/2010 (9:11 pm) · 3 replies

Anyone know where the code that causes pushing the left stick down brings up the console is? I want to disable this for testing.

#1
06/30/2010 (2:54 pm)
Can't answer your question Matt but working on iTGB I read almost the opposite post. They were trying to turn the console back on on the iPhone. ;)
#2
07/01/2010 (3:57 am)
iirc, the place where it actually maps the console to the thumb stick is _BindInput() in Torque.Util.ConsoleGui.
#3
07/01/2010 (6:46 am)
Thanks again my man.