[][src]Function miniquad::start

pub fn start<F>(_conf: Conf, f: F) where
    F: 'static + FnOnce(&mut Context) -> Box<dyn EventHandler>,