GuiApp

Undocumented in source.

Constructors

this
this(string title, ivec2 windowSize)
Undocumented in source.

Members

Functions

closePressed
void closePressed()
Undocumented in source. Be warned that the author may not have intended to support it.
drawDebugText
void drawDebugText()
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string[] args, string resourcePath)
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.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(double delta)
Undocumented in source. Be warned that the author may not have intended to support it.
userPostUpdate
void userPostUpdate(double delta)
Undocumented in source. Be warned that the author may not have intended to support it.
userPreUpdate
void userPreUpdate(double delta)
Undocumented in source. Be warned that the author may not have intended to support it.
windowResized
void windowResized(ivec2 newSize)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

debugText
LineBuffer debugText;
Undocumented in source.
fpsHelper
FpsHelper fpsHelper;
Undocumented in source.
guictx
GuiContext guictx;
Undocumented in source.
isClosePressed
bool isClosePressed;
Undocumented in source.
limitFps
bool limitFps;
Undocumented in source.
maxFps
int maxFps;
Undocumented in source.
overlayDepth
int overlayDepth;
Undocumented in source.
renderQueue
RenderQueue renderQueue;
Undocumented in source.
renderer
IRenderer renderer;
Undocumented in source.
showDebugInfo
bool showDebugInfo;
Undocumented in source.
title
string title;
Undocumented in source.
updateTime
double updateTime;
Undocumented in source.
window
IWindow window;
Undocumented in source.
windowSize
ivec2 windowSize;
Undocumented in source.

Meta