pub trait MouseMoveSource: Sized {
    fn mouse_move(&mut self, event: obs_mouse_event, leave: bool);
}

Required Methods

Implementors