pub trait VideoTickSource: Sized {
    fn video_tick(&mut self, seconds: f32);
}

Required Methods

Implementors