Function silkenweb::window::on_keyup

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

Add a keyup event handler at the window level.

This only has an effect on WASM targets.