Expand description
A library for emulating input character devices using FUSE.
Modules§
- sys
- input constants used to construct InputEvents
Structs§
- Defunct
Error - An error returned when the FUSE filesystem underlying a Device was
externally unmounted. This can result from an internal error or from, for
example, running
umounton the host. - Device
- A file that acts like the character devices you would usually see in /dev/input/event*.
- Device
Builder - A temporary object for configuring a Device.
- Input
Event - input_event from the kernel source. Guaranteed to be ABI-compatible.