iced_core 0.6.2

The essential concepts of Iced
Documentation
1
2
3
4
5
6
7
8
//! Handle mouse events.
mod button;
mod event;
mod interaction;

pub use button::Button;
pub use event::{Event, ScrollDelta};
pub use interaction::Interaction;