Skip to main content

RawInputApp

Trait RawInputApp 

Source
pub trait RawInputApp {
    // Required method
    fn handle_input_event(&mut self, event: InputEvent) -> Option<String>;
}
Expand description

App that wants to consume raw browser input directly.

Required Methods§

Implementors§