Function silkenweb::window::on_blur

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

Add a blur event handler at the window level.

This only has an effect on WASM targets.