Function silkenweb::document::on_lostpointercapture

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

Add a lostpointercapture event handler at the document level.

This only has an effect on WASM targets.