Module zng_app::view_process::raw_device_events
source · Expand description
Events directly from view-process not targeting any windows.
These events get emitted only if the app enable_device_events
. When enabled they
can be used like raw_events
.
Structs§
- Arguments for the
BUTTON_EVENT
. - Arguments for
DEVICE_ADDED_EVENT
andDEVICE_REMOVED_EVENT
. - Unique identifier of a device event source.
- Arguments for the
KEY_EVENT
. - Arguments for
MOTION_EVENT
. - Arguments for
MOUSE_MOTION_EVENT
. - Arguments for
MOUSE_WHEEL_EVENT
. - Arguments for the
TEXT_EVENT
.
Statics§
- Button press/release from a device, probably a mouse.
- A device event source was added/installed.
- A device event source was removed/un-installed.
- Keyboard device key press.
- Motion on some analog axis.
- Mouse device unfiltered move delta.
- Mouse device unfiltered wheel motion delta.
- Raw text input.