SetWindowMaxSize abstract method
Set window maximum dimensions (for ConfigFlags.FLAG_WINDOW_RESIZABLE)
Implementation
void SetWindowMaxSize(
num width,
num height,
);
Set window maximum dimensions (for ConfigFlags.FLAG_WINDOW_RESIZABLE)
void SetWindowMaxSize(
num width,
num height,
);