aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/x11/mod.rs
diff options
context:
space:
mode:
authorRobert Knight <robert.knight@mendeley.com>2015-06-22 22:49:48 +0100
committerRobert Knight <robert.knight@mendeley.com>2015-06-28 13:25:09 +0100
commit94c31e42a44b2621ae1ddc02b36ee5f0ee0bc16a (patch)
tree79be93cc5541225a47fc2aa737daff2055634732 /src/api/x11/mod.rs
parent164d47b93c7dc95cf52c5ef205a107a8a439e4ef (diff)
downloadglutin-94c31e42a44b2621ae1ddc02b36ee5f0ee0bc16a.tar.gz
glutin-94c31e42a44b2621ae1ddc02b36ee5f0ee0bc16a.zip
Use XInput2 for event handling
This provides smooth scrolling for touchpad devices and will enable support for touch events etc. in future.
Diffstat (limited to 'src/api/x11/mod.rs')
-rw-r--r--src/api/x11/mod.rs1
1 files changed, 1 insertions, 0 deletions
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;