Skip to main content

lumen_app_run

Function lumen_app_run 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn lumen_app_run( app: *mut LumenApp, ) -> LumenStatus
Expand description

Consume the app handle and enter the Lumen event loop. Blocks until the window closes. After this returns, app is freed - do not call lumen_app_free on the same pointer.