libevdev-sys 0.1.1

FFI bindings to libevdev and 'linux/input.h'
Documentation
1
2
3
4
5
6
7
8
9
10

#![allow(non_camel_case_types,
         non_upper_case_globals,
         non_snake_case)]

extern crate libc;

pub mod evdev;
pub mod input_event_codes;
pub mod linux_input;