d2d ~master (2018-04-09T05:09:26Z)
Home
Dub
Repo
Window.this
d2d
sdl2
Window
Window
Creates the window from an already existing SDL_Window
this
(
int
w
,
int
h
,
SDL_WindowFlags
flags
=
SDL_WINDOW_SHOWN
,
string
title
=
""
,
int
x
=
SDL_WINDOWPOS_CENTERED
,
int
y
=
SDL_WINDOWPOS_CENTERED
)
this
(
SDL_Window
*
alreadyExisting
)
class
Window
this
(
SDL_Window
*
alreadyExisting
)
Meta
Source
See Implementation
d2d
sdl2
Window
Window
constructors
this
destructors
~this
functions
hide
maximize
minimize
raise
restore
setAsModalFor
setBordered
setResizable
show
properties
brightness
displayMode
grab
handle
icon
info
maximumSize
minimumSize
opacity
position
renderer
size
title
Creates the window from an already existing SDL_Window