InitWindow method

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

Implementation

void InitWindow(int width, int height, Pointer<Char> title) {
  return _InitWindow(width, height, title);
}