|
SDXFrameWork
0.09
SDXFrameWork
|
ウィンドウを表すクラス. More...
#include <Window.h>
Static Public Member Functions | |
| static Window & | Single () |
| static bool | SetFullScreen (bool フルスクリーンフラグ) |
| スクリーンモードを設定する. More... | |
| static bool | SetTitle (const char *タイトル名) |
| ウィンドウタイトルを設定. More... | |
| static void | SetSize (int 幅, int 高さ) |
| ウィンドウサイズの設定. More... | |
| static int | GetWidth () |
| ウィンドウ幅の取得. More... | |
| static int | GetHeight () |
| ウィンドウ高さの取得. More... | |
Friends | |
| class | System |
| class | Mouse |
| class | Gesture |
| class | Touch |
ウィンドウを表すクラス.
|
static |
スクリーンモードを設定する.
|
static |
ウィンドウタイトルを設定.
|
static |
ウィンドウサイズの設定.
|
static |
ウィンドウ幅の取得.
|
static |
ウィンドウ高さの取得.
1.8.7