From 94c31e42a44b2621ae1ddc02b36ee5f0ee0bc16a Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Mon, 22 Jun 2015 22:49:48 +0100 Subject: Use XInput2 for event handling This provides smooth scrolling for touchpad devices and will enable support for touch events etc. in future. --- src/api/x11/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/api/x11/mod.rs') diff --git a/src/api/x11/mod.rs b/src/api/x11/mod.rs index e900583..1ba6bc7 100644 --- a/src/api/x11/mod.rs +++ b/src/api/x11/mod.rs @@ -7,6 +7,7 @@ pub use self::xdisplay::XConnection; pub mod ffi; mod events; +mod input; mod monitor; mod window; mod xdisplay; -- cgit v1.2.3