[][src]Type Definition orbtk_api::event::KeyHandler

type KeyHandler = dyn Fn(&mut StatesContext<'_>, KeyEvent) -> bool + 'static;