Function silkenweb::window::on_dragend

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

Add a dragend event handler at the window level.

This only has an effect on WASM targets.