[][src]Function simulate::move_mouse_absolute

pub fn move_mouse_absolute(x: f32, y: f32) -> Result<()>

Moves the mouse, coordinates are normalized to the desktop: (0, 0) map to the top-left of the main monitor and (1, 1) maps to the bottom-right of the main monitor.