Game Development Community

Console window doesn't open in iTorque 2D for Windows

by Yash Adukia · in iTorque 2D · 06/14/2011 (4:27 am) · 2 replies

I went through some of the tutorials where the ask you to press the tilde(~) key to open the console window but it doesn't work when I press it on my windows machine.
Please help!!!

#2
06/15/2011 (6:04 am)
When running iTorque 3D on MS Windows you can access console by adding this to the top of main.cs:

enableWinConsole(true);