Function silkenweb::document::on_mouseup

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

Add a mouseup event handler at the document level.

This only has an effect on WASM targets.