iced-yoda/src/mouse.rs

4 lines
138 B
Rust
Raw Normal View History

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