[][src]Function winconsole::console::set_cursor_visible

pub fn set_cursor_visible(visible: bool) -> WinResult<()>

Sets the visibility of the console cursor.

Arguments

Examples

Hides the console cursor.

console::set_cursor_visible(false).unwrap();

Errors