pub trait HasMouseData: PointerInteraction {
// Required method
fn as_any(&self) -> &(dyn Any + 'static);
}
Expand description
A trait for any object that has the data for a mouse event
pub trait HasMouseData: PointerInteraction {
// Required method
fn as_any(&self) -> &(dyn Any + 'static);
}
A trait for any object that has the data for a mouse event