d2dgame v1.0.0 (2015-04-18T07:56:03Z)
Dub
Repo
Window.this
D2DGame
Window
Window
Window
Creates a new window with specified parameters.
this
(string title, uint flags)
this
(int width, int height, string title, uint flags)
this
(int x, int y, int width, int height, string title, uint flags)
class
Window
this
(
int
x
,
int
y
,
int
width
,
int
height
,
string
title
,
uint
flags
=
WindowFlags.Default
)
Meta
Source
See Implementation
D2DGame
Window
Window
Window
constructors
this
destructors
~this
functions
bind
close
create
display
dispose
focus
hide
maximize
minimize
pollEvent
quit
resize
restore
setIcon
show
properties
height
maxHeight
maxWidth
minHeight
minWidth
open
texture
title
valid
width
x
y
static variables
glContext
Creates a new window with specified parameters.