pub trait KeyClickSource: Sized {
    fn key_click(&mut self, event: obs_key_event, pressed: bool);
}

Required Methods

Implementors