d2dgame v1.0.0 (2015-04-18T07:56:03Z)
Dub
Repo
Window.this
D2DGame
Window
Window
Window
Creates a new centered window with specified dimensions, title and flags.
this
(string title, uint flags)
this
(int width, int height, string title, uint flags)
class
Window
this
(
int
width
,
int
height
,
string
title
= "D2DGame"
,
uint
flags
=
WindowFlags.Default
)
this
(int x, int y, int width, int height, string title, uint flags)
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 centered window with specified dimensions, title and flags.