pub unsafe extern "C" fn nstd_gui_window_set_client_max_size(
window: NSTDWindow,
size: *const NSTDWindowSize,
)Expand description
Sets a window’s client max size.
Parameters:
NSTDWindow window - The window.
const NSTDWindowSize *const size - An array of 2 NSTDUInt32s, null for no max.