summaryrefslogtreecommitdiffstats
path: root/src/mouse.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mouse.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mouse.rs b/src/mouse.rs
new file mode 100644
index 00000000..8be36d37
--- /dev/null
+++ b/src/mouse.rs
@@ -0,0 +1,3 @@
+//! Listen and react to mouse events.
+#[cfg(not(target_arch = "wasm32"))]
+pub use iced_winit::input::mouse::{Button, Event, ScrollDelta};