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

@ -2,6 +2,8 @@ pub use x11_dl::keysym::*;
pub use x11_dl::xcursor::*;
pub use x11_dl::xf86vmode::*;
pub use x11_dl::xlib::*;
pub use x11_dl::xinput::*;
pub use x11_dl::xinput2::*;
pub use self::glx::types::GLXContext;