Game Development Community

How do you change where the window appears?

by William Taysom · in Torque Game Engine · 09/06/2004 (1:13 pm) · 3 replies

When starting Torque, if you're running in "windowed mode", the window appears at the center of the screen. How does one change the window's initial location to, say, the upper-left of the screen?

#1
09/07/2004 (10:40 am)
Check the win32 platform layer - the window creation code is in there.
#2
09/07/2004 (10:43 am)
Of the Mac platfom layer, since that's what I run. With breakpoints, who needs documentation?
#3
09/07/2004 (11:37 pm)
Have you checked out CreateOpenGLWindow on line 1625 of engine/platformMacCarb/macCarbWindow.cc? Looks like exactly what you need.