InitWindow abstract method

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

Implementation

void InitWindow(
  num width,
  num height,
  String title,
);