Module zng::mouse::raw_device_events
source · Expand description
Raw mouse hardware events, received independent of what window is under the pointer.
You must enable device events in the app to receive this events.
Structs§
- Arguments for the
BUTTON_EVENT
. - Arguments for
MOUSE_MOTION_EVENT
. - Arguments for
MOUSE_WHEEL_EVENT
.
Statics§
- Button press/release from a device, probably a mouse.
- Mouse device unfiltered move delta.
- Mouse device unfiltered wheel motion delta.