summaryrefslogtreecommitdiffstats
path: root/src/input/mouse.rs
blob: d37f5b96c4989b87c82775ce6e185b30ddeac2dc (plain) (blame)
1
2
3
4
5
6
//! Build mouse events.
mod button;
mod event;

pub use button::Button;
pub use event::Event;