Static zng_app::view_process::raw_device_events::MOTION_EVENT
source ยท pub static MOTION_EVENT: Event<MotionArgs>
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 MOUSE_MOTION_EVENT
.