Posted: Sun Oct 03, 2010 8:10 pm
Something possibly related.. (I'm using SVN as of a few weeks ago, and I haven't seen anyone post this.) --
isWindowMinimized() is activated when my program is maximized (the [] button is pressed, NOT the same as full screen)... that causes my program to basically hang under certain conditions.
Is this a bug?
Regardless of whether it is or isn't a bug, can anyone offer some code that differentiates between a maximized window and a minimized window?
Edit: Figured it out. Maximized windows have the isFocused state set to 1, and minimized windows have the isFocused state set to 0.
isWindowMinimized() is activated when my program is maximized (the [] button is pressed, NOT the same as full screen)... that causes my program to basically hang under certain conditions.
Is this a bug?
Regardless of whether it is or isn't a bug, can anyone offer some code that differentiates between a maximized window and a minimized window?
Edit: Figured it out. Maximized windows have the isFocused state set to 1, and minimized windows have the isFocused state set to 0.