anchovy ~master (2015-12-30T21:21:17Z)
Home
Dub
Repo
TestApplication
testapplication
Undocumented in source.
class
TestApplication : Application!GlfwWindow {
DockingRootBehavior
dockManager
;
size_t
frameCounter
;
void
addFrame
();
void
load
(string[] args);
void
closePressed
();
}
Members
Functions
addFrame
void
addFrame
()
Undocumented in source. Be warned that the author may not have intended to support it.
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.
Variables
dockManager
DockingRootBehavior
dockManager
;
Undocumented in source.
frameCounter
size_t
frameCounter
;
Undocumented in source.
Meta
Source
See Implementation
testapplication
classes
TestApplication