nstd_gui_window_get_display

Function nstd_gui_window_get_display 

Source
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: NSTDWindow window - The window. Returns: NSTDDisplay display - The display that the window is in.