Expand description
Events directly from view-process not targeting any windows.
These events get emitted only if the app APP.device_events_filter allows. When enabled they
can be used like raw_events.
Structs§
- AxisId
- Identifier for a specific analog axis on some device.
- Axis
Motion Args - Arguments for
AXIS_MOTION_EVENT. - Button
Args - Arguments for the
BUTTON_EVENT. - INPUT_
DEVICES - Input devices info service.
- Input
Device Capability - Capabilities of an input device.
- Input
Device Id - Unique identifier of an input device event source.
- Input
Device Info - Info about an human input device.
- Input
Devices Changed Args - Arguments for
INPUT_DEVICES_CHANGED_EVENT. - KeyArgs
- Arguments for the
KEY_EVENT. - Pointer
Motion Args - Arguments for
POINTER_MOTION_EVENT. - Scroll
Motion Args - Arguments for
SCROLL_MOTION_EVENT.
Statics§
- AXIS_
MOTION_ EVENT - Motion on some analog axis.
- BUTTON_
EVENT - Button press/release from a device, probably a mouse.
- INPUT_
DEVICES_ CHANGED_ EVENT - Raw input devices have been added or removed from the system.
- KEY_
EVENT - Keyboard device key press.
- POINTER_
MOTION_ EVENT - Device unfiltered 2D move delta.
- SCROLL_
MOTION_ EVENT - Mouse device unfiltered wheel motion delta.