SetWindowMinSize function

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

Implementation

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