- aspectRatio
float aspectRatio()
Returns aspect ratio (w / h)
- cleanup
void cleanup()
Undocumented in source. Be warned that the author may not have intended to support it.
- fps
int fps()
- fpsString
string fpsString()
Returns current FPS as string
- height
uint height()
- isRunning
bool isRunning()
Returns true if app is running
- loop
void loop()
Undocumented in source. Be warned that the author may not have intended to support it.
- render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
- renderFrameNumber
size_t renderFrameNumber()
Undocumented in source. Be warned that the author may not have intended to support it.
- run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
- setTitle
void setTitle(string title)
Undocumented in source. Be warned that the author may not have intended to support it.
- size
uvec2 size()
- stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
- width
uint width()