ioctl
Nice access to evdev
.
evdev
?evdev
is the Linux kernel's generic input interface.
Device enumeration (by scanning), capability querying, event polling,
multitouch, and force feedback. Everything that evdev
supports.
```rust extern crate evdev;
fn main() { // fixme } ```