get_mouse_position

Function get_mouse_position 

Source
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.