diff options
Diffstat (limited to 'src/mouse.rs')
-rw-r--r-- | src/mouse.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mouse.rs b/src/mouse.rs index 8be36d37..c511399b 100644 --- a/src/mouse.rs +++ b/src/mouse.rs @@ -1,3 +1,2 @@ //! Listen and react to mouse events. -#[cfg(not(target_arch = "wasm32"))] -pub use iced_winit::input::mouse::{Button, Event, ScrollDelta}; +pub use crate::runtime::mouse::{Button, Event, ScrollDelta}; |