Expand description
Input device identification, filtering, and context.
DeviceInfo holds platform-agnostic metadata extracted at device
open time. DeviceFilter restricts bindings to specific devices
based on that metadata. DeviceContext carries device identity and
per-device modifier state for device-aware dispatch.
Structs§
- Device
Context - Per-event device context for device-aware dispatch.
- Device
Info - Metadata for an input device.
Enums§
- Device
Filter - Filter for restricting bindings to specific input devices.