pub static AXIS_MOTION_EVENT: Event<AxisMotionArgs>Expand description
Motion on some analog axis.
This event will be reported for all arbitrary input devices that the view-process supports on this platform,
including mouse devices. If the device is a mouse device then this will be reported alongside the POINTER_MOTION_EVENT.