pub fn get_mouse_state(ctx: &mut Context) -> MouseRepr
Get the mouse state.
let m = get_mouse_state(ctx); println!("({}, {})", m.x, m.y);