InitWindow function

void InitWindow(
  1. int width,
  2. int height,
  3. MemoryPointer<RChar> title
)

See RaylibCoreFlatModule.InitWindow.

Implementation

void InitWindow(
  int width,
  int height,
  MemoryPointer<RChar> title,
) => _module.InitWindow(width, height, title);