evdev icon indicating copy to clipboard operation
evdev copied to clipboard

Rust interface to Linux event devices

Results 12 evdev issues
Sort by recently updated
recently updated
newest added

Thanks for the great project. But I have a question of `ui_get_sysname` https://github.com/emberian/evdev/blob/42b58ee08508b7799322a13bf89121a1d29cf0a2/src/sys.rs#L93 It is quite different to the difinition in https://codebrowser.dev/linux/linux/include/uapi/linux/uinput.h.html#_M/UI_GET_SYSNAME Could you please confirm if this is correct?...

This PR adds a simple example demonstrating the creation and usage of a virtual touchscreen. This example might help others get started with setting up a virtual touchscreen. # Testing:...