pub unsafe extern "C" fn nstd_gui_window_get_size(
window: NSTDWindow,
) -> NSTDWindowSizeExpand description
Gets a window’s size.
Parameters:
NSTDWindow window - The window.
Returns: NSTDWindowSize size - The size of the window.
pub unsafe extern "C" fn nstd_gui_window_get_size(
window: NSTDWindow,
) -> NSTDWindowSizeGets a window’s size.
Parameters:
NSTDWindow window - The window.
Returns: NSTDWindowSize size - The size of the window.