[−][src]Function winconsole::window::is_visible
pub fn is_visible() -> bool
Is the window visible?
Note that this only refers to the state of the WS_VISIBLE style bit; the window may be obscured by other windows.
Examples
println!("Visible? {}", window::is_visible());