Function ul_sys::ulAppSetUpdateCallback[][src]

pub unsafe extern "C" fn ulAppSetUpdateCallback(
    app: ULApp,
    callback: ULUpdateCallback,
    user_data: *mut c_void
)
Expand description

Set a callback for whenever the App updates. You should update all app logic here.

@note This event is fired right before the run loop calls Renderer::Update and Renderer::Render.