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

Gets the display that the given window resides in.

Parameters

  • const NSTDWindow window - The window.

Returns

NSTDDisplay display - The display that the window is in.