1
2
3
4
5
6
//! Track mouse events.

pub mod click;

pub use click::Click;
pub use iced_core::mouse::*;