Function sauron::html::events::on_keypress

source ·
pub fn on_keypress<CB, MSG>(cb: CB) -> Attribute<MSG>
where CB: FnMut(KeyboardEvent) -> MSG + 'static, MSG: 'static,
Expand description

attach an on_keypress event to the html element