winconsole::window
pub fn is_active() -> bool
Is the window the active window?
println!("Active? {}", window::is_active());