liberty-engine v0.0.14-beta.2 (2018-07-02T09:50:23Z)
Dub
Repo
SDL2Window.this
liberty
core
system
SDL2Window
Construct a window using an Platform reference and.
this
(Platform platform, int x, int y, int width, int height, SDL_WindowFlags flags)
class
SDL2Window
this
(
Platform
platform
,
int
x
,
int
y
,
int
width
,
int
height
,
SDL_WindowFlags
flags
)
this
(Platform platform, void* windowData)
Meta
Source
See Implementation
liberty
core
system
SDL2Window
constructors
this
destructors
~this
functions
glContext
height
hide
icon
id
isBordered
maximize
maximumSize
minimize
minimumSize
position
setFullscreenSetting
show
size
surface
title
updateSurface
width
windowDisplayMode
windowFlags
windowInfo
x
y
variables
_platform
_window
Construct a window using an Platform reference and.