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
|
|
@ -7,6 +7,7 @@ pub use self::xdisplay::XConnection;
|
|||
pub mod ffi;
|
||||
|
||||
mod events;
|
||||
mod input;
|
||||
mod monitor;
|
||||
mod window;
|
||||
mod xdisplay;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue