evdev-sys 0.2.6

Raw bindings to libevdev High level Rust bindings are available in the `evdev` crate
Documentation
1
2
3
4
5
#ifdef __linux__
#include "linux/input.h"
#elif __FreeBSD__
#include "freebsd/input.h"
#endif