Trait hobo::dom_events::Touchmove[][src]

pub trait Touchmove: Element {
    fn add_on_touch_move(&self, f: impl FnMut(TouchEvent) + 'static) { ... }
fn on_touch_move(self, f: impl FnMut(TouchEvent) + 'static) -> Self { ... } }

Provided methods

Implementors