Function tetra::window::is_visible[][src]

pub fn is_visible(ctx: &mut Context) -> bool

Returns whether the window is currently visible, or whether it has been hidden.

Note that a minimized window is still considered ‘visible’, as the user is able to restore it if they want to.