grape ~master (2014-12-12T08:10:10Z)
Home
Dub
Repo
Window.this
grape
window
Window
Windowの初期化
name: 画面のタイトル x: 画面左上のx座標 y: 画面左上のy座標 w: 画面の幅 h: 画面の高さ
this
(int w, int h)
this
(string name, int w, int h)
this
(string name, int x, int y, int w, int h)
this
(string name, int x, int y, int w, int h, WindowFlags flag)
class
Window
this
(
in
string
name
,
in
int
x
,
in
int
y
,
in
int
w
,
in
int
h
,
in
WindowFlags
flag
)
Meta
Source
See Implementation
grape
window
Window
constructors
this
destructors
~this
functions
enable_alpha
update
Windowの初期化
name: 画面のタイトル x: 画面左上のx座標 y: 画面左上のy座標 w: 画面の幅 h: 画面の高さ