Move reusable mouse types to iced_core

This commit is contained in:
Héctor Ramón Jiménez 2020-04-28 03:11:01 +02:00
parent 20d79a43cc
commit 56dbd68326
10 changed files with 23 additions and 12 deletions

View file

@ -1,9 +1,6 @@
//! Build mouse events.
mod button;
mod event;
pub mod click;
pub use button::Button;
pub use click::Click;
pub use event::{Event, ScrollDelta};
pub use iced_core::mouse::*;