Skip to main content

Module evdev_device

Module evdev_device 

Source
Expand description

Nested message and enum types in EvdevDevice.

Structs§

AbsInfo
Proto version of Linux’s struct input_absinfo, excluding the value field (which is tracked elsewhere).
AxisMap
Contains the current values of all axes of a particular type (e.g. EV_ABS, EV_KEY, etc.).
Identifier
Proto version of Linux’s struct input_id. Although uint32s are used for the fields, the kernel uses 16-bit ints so values will be less than 2^16.
SlotValuesMap
Contains the current values of a single ABS_MT_* axis across all of its slots.