Game Development Community

TGB Suspend

by Gellyware · in Torque Game Builder · 09/22/2006 (7:59 pm) · 3 replies

Is there a way for TGB to know if it has been minimized or suspended (i.e. the user doesn't close out the game but has activated another app, say an instant message)?

I'd like to have my game pause on an appsuspend and unpause when the user reactivates the TGB window.

Any thoughts?

#1
09/22/2006 (10:18 pm)
That will probably involve modifications to the different platform code in the engine. I think I've seen something about a resource having been done for this.
#2
09/22/2006 (10:57 pm)
There is no way currently without modifications to the source code. If you are willing to do so and have the source version of TGB check this resource out.
#3
09/23/2006 (2:20 am)
Thanks for the info. Hopefully this feature gets implemented soon.