#[no_mangle]
pub unsafe extern "C" fn nstd_gui_window_get_id(
    window: NSTDWindow
) -> NSTDWindowID
Expand description

Gets the window’s ID. Parameters: const NSTDWindow window - The window. Returns: NSTDWindowID window_id - The window ID.