pub type RelativeMotion = [f32; 2];
Expand description

The relative motion performed by a mouse device.

  • The valid range is defined in [Config.RelativeMotionRange].
  • The values are placed in (x, y) order.