Game Development Community

Where are the GUI window coords stored?

by Flybynight Studios · in Torque Game Engine · 08/07/2008 (11:13 am) · 1 replies

I'm sure the answer is staring me in the face but when a client has moveable windows and they are dragged all over hells half acre where does the client store those settings on exit?

Basically the x y values of the position and the extent for moveable/resizeable windows. I think what Im asking for is where is the state date stored when a client exits. It is not in the prefs file.

Thanks

#1
08/07/2008 (12:27 pm)
Only the GUI that has been moved has that info. You could auto save the gui over its own filename every run of your game?