SetWindowSize function

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

Implementation

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