Expand description
Userspace input devices.
This module allows writing device drivers and virtual input devices in Rust.
A UinputDevice can be created via UinputDevice::builder and will create a corresponding
evdev input device that other applications (or this application) can read events from.
Structsยง
- AbsSetup
- Absolute axis setup information.
- Builder
- A builder for creating a
UinputDevice. - Event
Writer - Helper for writing a sequence of events to the uinput device.
- Events
- An iterator over the events received by a
UinputDevice. - Force
Feedback Erase - Contains data about a force-feedback effect deletion.
- Force
Feedback Upload - Contains data about a force-feedback effect upload or update.
- Slot
Writer - Writes events to a selected multitouch slot.
- Uinput
Device - A virtual
uinputdevice.