InitWindow function

void InitWindow(
  1. num width,
  2. num height,
  3. String title
)

Implementation

void InitWindow(
  num width,
  num height,
  String title,
) => _module.InitWindow(width, height, title);