Function silkenweb::window::on_focusout

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

Add a focusout event handler at the window level.

This only has an effect on WASM targets.