Application

Undocumented in source.

Constructors

this
this(uvec2 windowSize, string caption)
Undocumented in source.

Members

Functions

closePressed
void closePressed()
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.
getHardwareInfo
string[] getHardwareInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

context
GuiContext context;
Undocumented in source.
fpsHelper
FpsHelper fpsHelper;
Undocumented in source.
guiRenderer
IGuiRenderer guiRenderer;
Undocumented in source.
isRunning
bool isRunning;
Undocumented in source.
renderer
IRenderer renderer;
Undocumented in source.
templateManager
TemplateManager templateManager;
Undocumented in source.
timerManager
TimerManager timerManager;
Undocumented in source.
window
IWindow window;
Undocumented in source.

Meta