iced-yoda/src/input/mouse.rs
2019-08-29 01:35:37 +02:00

6 lines
94 B
Rust

//! Build mouse events.
mod button;
mod event;
pub use button::Button;
pub use event::Event;