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:
parent
164d47b93c
commit
94c31e42a4
5 changed files with 416 additions and 86 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue