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