Function silkenweb::window::on_touchend

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

Add a touchend event handler at the window level.

This only has an effect on WASM targets.