tagDISPLAYMODEDATA

画面モード情報データ型

package nothrow @nogc extern (C++, DxLib)
struct tagDISPLAYMODEDATA {}

Members

Variables

ColorBitDepth
int ColorBitDepth;

色ビット深度

Height
int Height;

垂直解像度

RefreshRate
int RefreshRate;

リフレッシュレート( -1 の場合は規定値 )

Width
int Width;

水平解像度

Meta