Function silkenweb::window::on_dragover

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

Add a dragover event handler at the window level.

This only has an effect on WASM targets.