Function silkenweb::document::on_dblclick

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

Add a dblclick event handler at the document level.

This only has an effect on WASM targets.