summaryrefslogtreecommitdiffstats
path: root/src/mouse.rs
blob: 8be36d3725025f92eb1d93394204b55d3dad4a0a (plain) (blame)
1
2
3
//! Listen and react to mouse events.
#[cfg(not(target_arch = "wasm32"))]
pub use iced_winit::input::mouse::{Button, Event, ScrollDelta};