Application

Undocumented in source.

Constructors

this
this()
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, uvec2 windowSize, string caption)
Undocumented in source. Be warned that the author may not have intended to support it.
initLibs
void initLibs()
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.
printTree
void printTree()
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run(string[] args, uvec2 windowSize, string caption)
Undocumented in source. Be warned that the author may not have intended to support it.
unload
void unload()
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

aggregator
EventAggregator!WindowType aggregator;
Undocumented in source.
clearColor
Color clearColor;
Undocumented in source.
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