iced-yoda/native/src/input/mouse.rs

7 lines
94 B
Rust
Raw Normal View History

2019-08-29 01:35:37 +02:00
//! Build mouse events.
2019-07-20 19:12:31 +02:00
mod button;
mod event;
pub use button::Button;
pub use event::Event;