liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
Window.this
liberty
core
window
Window
* Create a new system window specifying the width, the height and its title.
class
Window
this
(
int
width
,
int
height
,
string
title
)
Meta
Source
See Implementation
liberty
core
window
Window
constructors
this
destructors
~this
functions
getHandle
getHeight
getTitle
getWidth
isFullscreen
resizeFrameBuffer
setFullscreen
setTitle
shouldClose
swapFullscreen
* Create a new system window specifying the width, the height and its title.