Crate southpaw

Source
Expand description

A library for emulating input character devices using FUSE.

Modules§

sys
input constants used to construct InputEvents

Structs§

DefunctError
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 umount on the host.
Device
A file that acts like the character devices you would usually see in /dev/input/event*.
DeviceBuilder
A temporary object for configuring a Device.
InputEvent
input_event from the kernel source. Guaranteed to be ABI-compatible.

Enums§

AbsAxis
BusType
EventType
InputProperty
KeyCode
LedCode
MiscCode
RelAxis
RepeatCode
Scancode
SoundCode
SwitchCode
SynCode