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.