anchovy v0.5.0 (2014-03-03T22:38:46Z)
Home
Dub
Repo
TestApplication
testapplication
Undocumented in source.
class
TestApplication : Application!GlfwWindow {
this
(uvec2 windowSize, string caption);
void
load
(string[] args);
void
closePressed
();
}
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.
load
void
load
(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
testapplication
classes
TestApplication