summaryrefslogtreecommitdiffstats
path: root/native/src/input/mouse.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--native/src/input/mouse.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/native/src/input/mouse.rs b/native/src/input/mouse.rs
index 7198b233..ae3f1596 100644
--- a/native/src/input/mouse.rs
+++ b/native/src/input/mouse.rs
@@ -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::*;