SetWindowMaxSize abstract method

void SetWindowMaxSize(
  1. num width,
  2. num height
)

Set window maximum dimensions (for ConfigFlags.FLAG_WINDOW_RESIZABLE)

Implementation

void SetWindowMaxSize(
  num width,
  num height,
);