SingleWindow.this

this(int width, int height, string title = null)

Creates a new single-buffered window with the specified size.

Parameters

widthWindow width in pixels
heightWindow height in pixels
titleWindow title (optional)
this(int x, int y, int width, int height, string title = null)

Creates a new single-buffered window with position and size.

Parameters

xX position on screen
yY position on screen
widthWindow width in pixels
heightWindow height in pixels
titleWindow title (optional)