evdev 0.1.0

evdev interface for Linux
Documentation

ioctl

Travis Crates.io

Documentation

Nice access to evdev.

What is evdev?

evdev is the Linux kernel's generic input interface.

What does this library support?

Device enumeration (by scanning), capability querying, event polling, multitouch, and force feedback. Everything that evdev supports.

Example

extern crate evdev;

fn main() {
    // fixme
}