Window

Windowを管理するクラス

TODO: マルチウィンドウ

Constructors

this
this(int w, int h)
Undocumented in source.
this
this(string name, int w, int h)
Undocumented in source.
this
this(string name, int x, int y, int w, int h)
Undocumented in source.
this
this(string name, int x, int y, int w, int h, WindowFlags flag)

Windowの初期化

Destructor

~this
~this()
Undocumented in source.

Members

Functions

enable_alpha
void enable_alpha()

Alphaチャンネルの有効化

update
void update()

画面の更新

Meta