input-sys 1.7.1

Bindgen generated unsafe libinput wrapper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![allow(non_camel_case_types, non_upper_case_globals)]

extern crate libc;

#[cfg(feature = "gen")]
include!(concat!(env!("OUT_DIR"), "/gen.rs"));

#[cfg(not(feature = "gen"))]
include!("gen.rs");

#[link(name = "input")]
extern {}