SetWindowMaxSize function

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

Implementation

void SetWindowMaxSize(
  num width,
  num height,
) => _module.SetWindowMaxSize(width, height);