iced/src/mouse.rs
2020-04-28 03:11:01 +02:00

3 lines
138 B
Rust

//! Listen and react to mouse events.
#[cfg(not(target_arch = "wasm32"))]
pub use iced_winit::input::mouse::{Button, Event, ScrollDelta};