Function silkenweb::window::on_touchcancel

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

Add a touchcancel event handler at the window level.

This only has an effect on WASM targets.