Module raw_device_events

Module 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§

ButtonArgs
Arguments for the BUTTON_EVENT.
PointerMotionArgs
Arguments for POINTER_MOTION_EVENT.
ScrollMotionArgs
Arguments for SCROLL_MOTION_EVENT.

Statics§

BUTTON_EVENT
Button press/release from a device, probably a mouse.
POINTER_MOTION_EVENT
Device unfiltered 2D move delta.
SCROLL_MOTION_EVENT
Mouse device unfiltered wheel motion delta.