WindowOptions

Undocumented in source.

Constructors

this
this(string title)
Undocumented in source.
this
this(int initialWidth, int initialHeight)
Undocumented in source.
this
this(string title, int initialWidth, int initialHeight)
Undocumented in source.

Members

Variables

initialHeight
int initialHeight;
Undocumented in source.
initialWidth
int initialWidth;
Undocumented in source.
resizable
bool resizable;
Undocumented in source.
title
string title;
Undocumented in source.

Meta