nstd_gui_window_create

Function nstd_gui_window_create 

Source
pub unsafe extern "C" fn nstd_gui_window_create(
    event_loop: NSTDEventLoop,
) -> NSTDWindow
Expand description

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