Set the maximum size of a window's client area.
void SDL_SetWindowMaximumSize(SDL_Window * window,
int max_w, int max_h);
window |
the window to change |
max_w |
the maximum width of the window in pixels |
max_h |
the maximum height of the window in pixels |