Function blue_engine::window::new[][src]

pub fn new<F>(settings: WindowDescriptor, logic: F) -> Result<(), Error> where
    F: 'static + FnMut(&mut Renderer, WindowCallbackEvents<'_>, &Window), 
Expand description

Creates a new window in current thread.