Skip to main content

run_event_loop

Function run_event_loop 

Source
pub fn run_event_loop(
    config: DevConfig,
    render_state: Rc<RefCell<RenderState>>,
    frame_callback: FrameCallback,
) -> Result<()>
Expand description

Run the event loop. This blocks until the window is closed.