#[no_mangle]
pub unsafe extern "C" fn nstd_gui_window_create(
    event_loop: NSTDEventLoop
) -> NSTDWindow
Expand description

Creates a new window. Parameters: const NSTDEventLoop event_loop - The event loop to attach to the window. Returns: NSTDWindow window - The new window, null on error.