Creates window

Prototypes

this(
  int width,
  int height,
  string title
);
this(
  int width,
  int height,
  string title,
  Monitor mon
);
this(
  int width,
  int height,
  string title,
  Window share
);
this(
  int width,
  int height,
  string title,
  Monitor mon,
  Window share
);
this(
  int width,
  int height,
  string title,
  GLFWmonitor* mon,
  GLFWwindow* share
);

Parameters

NameDescription
width Width of new window
height Height of new window
title Title of new window
mon Make window full-screen on this monitor
share Share context with this window