How to remove title bar?
by James Tracey · in Torque Game Engine · 09/27/2005 (2:13 pm) · 5 replies
Anyone know?
#2
I'm making a 3D aircraft cockpit sim, it will span 3 monitors so I can't really use fullscreen mode the res will be like 1920 X 480.
09/27/2005 (3:08 pm)
Yes, the window frame.I'm making a 3D aircraft cockpit sim, it will span 3 monitors so I can't really use fullscreen mode the res will be like 1920 X 480.
#3
Just change the window initialization code in platformWin32/winWindow.cc (if you're on windows).
10/02/2005 (10:13 pm)
Depending on your card setup you might be able to full screen it.Just change the window initialization code in platformWin32/winWindow.cc (if you're on windows).
#4
10/05/2005 (11:52 am)
Thanks, I'll take a look.
for expanding to the entire desktop.
Torque Owner Stefan Lundmark