Trait hobo::dom_events::Wheel[][src]

pub trait Wheel: Element {
    fn add_on_wheel(&self, f: impl FnMut(WheelEvent) + 'static) { ... }
fn on_wheel(self, f: impl FnMut(WheelEvent) + 'static) -> Self { ... } }

Provided methods

Implementors