[][src]Function winconsole::window::activate

pub fn activate(display: bool) -> WinResult<()>

Brings the window to the foreground and activates it, optionally displaying it.

Arguments

Examples

window::activate(true).unwrap();

Errors