Function place_on_cursor_monitor

Source
pub fn place_on_cursor_monitor(handle: &impl HasWindowHandle)
Expand description

Move the window onto the monitor under the cursor (no-op when it is already there, or on any error). Call once, from App::new — before the first frame is painted, so there is no visible jump.