Use XInput2 for event handling

This provides smooth scrolling for touchpad devices and will
enable support for touch events etc. in future.
This commit is contained in:
Robert Knight 2015-06-22 22:49:48 +01:00
parent 164d47b93c
commit 94c31e42a4
5 changed files with 416 additions and 86 deletions

View file

@ -7,6 +7,7 @@ pub use self::xdisplay::XConnection;
pub mod ffi;
mod events;
mod input;
mod monitor;
mod window;
mod xdisplay;