Function pixels_graphics_lib::run
source · pub fn run(
width: usize,
height: usize,
window_scaling: WindowScaling,
title: &str,
system: Box<dyn System>,
speed: ExecutionSpeed
) -> Result<(), GraphicsError>
pub fn run(
width: usize,
height: usize,
window_scaling: WindowScaling,
title: &str,
system: Box<dyn System>,
speed: ExecutionSpeed
) -> Result<(), GraphicsError>