[][src]Function ggez::input::mouse::set_position

pub fn set_position<P>(ctx: &mut Context, point: P) -> GameResult<()> where
    P: Into<Point2<f32>>, 

Set the current position of the mouse cursor, in pixels. Uses strictly window-only coordinates.