Trait nativeshell::shell::HotKeyManagerDelegate[][src]

pub trait HotKeyManagerDelegate {
    fn on_hot_key_pressed(&self, handle: HotKeyHandle, engine: EngineHandle);
}

Required methods

Implementors