Trait hobo::dom_events::Keydown[][src]

pub trait Keydown: Element {
    fn add_on_key_down(&self, f: impl FnMut(KeyboardEvent) + 'static) { ... }
fn on_key_down(self, f: impl FnMut(KeyboardEvent) + 'static) -> Self { ... } }

Provided methods

Implementors