Function silkenweb::document::on_mouseover

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

Add a mouseover event handler at the document level.

This only has an effect on WASM targets.