Function silkenweb::window::on_touchmove

source ·
pub fn on_touchmove(f: impl FnMut(TouchEvent) + 'static) -> EventCallback
Expand description

Add a touchmove event handler at the window level.

This only has an effect on WASM targets.