[][src]Function winconsole::window::is_active

pub fn is_active() -> bool

Is the window the active window?

Examples

println!("Active? {}", window::is_active());