[SDL] Minimize

Ryan C. Gordon icculus at clutteredmind.org
Tue Sep 16 20:46:01 PDT 2003


> minimized = (event.active.gain == 0) ? 1 : 0;

No.

On X11, you lose that flag when leaving the window. On MacOSX, you lose
that flag when the window loses keyboard focus.

Neither represent whether the window is minimized.

--ryan.







More information about the SDL mailing list