[][src]Function olc_pixel_game_engine::start

pub fn start(
    name: &str,
    app: &mut dyn Application,
    screen_width: i32,
    screen_height: i32,
    pixel_width: i32,
    pixel_height: i32
) -> Result<(), Error>

Starts the main game loop.