Handle touchpad scroll events

This commit is contained in:
Héctor Ramón Jiménez 2019-10-29 19:00:46 +01:00
parent 29588f604a
commit bd5d871eb6
4 changed files with 46 additions and 11 deletions

View file

@ -3,4 +3,4 @@ mod button;
mod event;
pub use button::Button;
pub use event::Event;
pub use event::{Event, ScrollDelta};