pub fn get_mouse_position() -> (u32, u32)Expand description
Return the current position of the mouse. Make sure you called start_recording_mouse_events() before.
pub fn get_mouse_position() -> (u32, u32)Return the current position of the mouse. Make sure you called start_recording_mouse_events() before.