Function silkenweb::window::on_dragenter

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

Add a dragenter event handler at the window level.

This only has an effect on WASM targets.