CrossFramework Library

クラス XBase::Screen

#include <XBase/Screen.hpp>


Displayが所持する描画領域。

WindowsやMacOSXなどのWindowSystem環境では1つの Display に1つの Screen が存在します。
NintendoDSなど2枚の描画領域を持つ環境では1つの Display に2つの Screen が存在します。

XBase::Screenに対する継承グラフ

すべてのメンバ一覧

解像度
uint width () const
 横ピクセル数。
uint height () const
 縦ピクセル数。
bool isContains (const ScreenPosPOD &aPos) const
 指定の位置がスクリーン内かどうか判定する。
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 マクロ定義