Trait HotKeyManagerDelegate

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

Required Methods§

Implementors§