Skip to main content

any_window_is_fullscreen

Function any_window_is_fullscreen 

Source
pub(crate) fn any_window_is_fullscreen(
    windows: &[Rect],
    monitors: &[Rect],
) -> bool
Expand description

True if any window in windows matches any monitor in monitors. This is the platform-independent core of the fullscreen check.