Game Development Community

Tracking Window State?

by amaranthia · in Torque Game Builder · 05/16/2008 (2:44 pm) · 2 replies

Is there an easy way to check the window state for a game? Thx!!!

#1
05/16/2008 (3:30 pm)
You have TGB pro yes? Look for this function inside of winWindow.cc (macWindow.cc?? for mac):

static LRESULT PASCAL WindowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)

It contains information about state changes =)
#2
05/21/2008 (9:58 am)
Going there now... :)