pub(crate) fn any_window_is_fullscreen( windows: &[Rect], monitors: &[Rect], ) -> bool
True if any window in windows matches any monitor in monitors. This is the platform-independent core of the fullscreen check.
windows
monitors