The window's logical drawing size, whether it has keyboard focus, and whether it is minimized.
size is in the same logical units as mouse positions and every drawing
call, not in framebuffer pixels; multiply by Window.scale! for those.
A minimized window still runs the frame loop, so an app that should idle
while minimized has to check this.