Function nstd::gui::nstd_gui_window_create
source · [−]#[no_mangle]
pub unsafe extern "C" fn nstd_gui_window_create(
event_loop: NSTDEventLoop
) -> NSTDWindowExpand 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.