Trait hate::screen::Screen [] [src]

pub trait Screen {
    fn tick(&mut self, context: &mut Context, dtime: Time);
    fn handle_event(&mut self, context: &mut Context, event: Event);
}

Required Methods

Implementors