liberty-engine v0.0.14-beta.2 (2018-07-02T09:50:23Z)
Dub
Repo
WindowInfo
liberty
core
engine
struct
WindowInfo {
string
title
;
int
width
;
int
height
;
double
ratio
();
}
Members
Functions
ratio
double
ratio
()
Variables
height
int
height
;
title
string
title
;
width
int
width
;
Meta
Source
See Implementation
liberty
core
engine
classes
CoreEngine
CoreEngineException
functions
mainWindow
platform
structs
WindowInfo
variables
NativeServices