Function ggez::input::mouse::delta

source ·
pub fn delta(ctx: &Context) -> Point2<f32>
👎Deprecated since 0.8.0: Use ctx.mouse.delta instead
Expand description

Get the distance the cursor was moved during the current frame, in pixels.