Trait crow_engine::core::GameLoop [] [src]

pub trait GameLoop {
    fn frame<T: RenderTarget>(&mut self, texture_canvas: &mut Canvas<T>) -> bool;
fn manage_input(&mut self, event_pump: &mut EventPump); }

Required Methods

Implementors