InitWindow function

void InitWindow(
  1. int width,
  2. int height,
  3. Pointer<Char> title
)

Implementation

void InitWindow(int width, int height, Pointer<Char> title) => _module.InitWindow(width, height, title);