Trait olc_pge::PGEApplication[][src]

pub trait PGEApplication {
    const APP_NAME: &'static str;

    fn on_user_update(
        &mut self,
        pge: &mut PixelGameEngine,
        elapsed_time: f32
    ) -> bool; fn on_user_create(&mut self, _pge: &mut PixelGameEngine) -> bool { ... }
fn on_user_destroy(&mut self) -> bool { ... } }

Associated Constants

Required methods

Provided methods

Implementors