MyGui

Undocumented in source.

Constructors

this
this(int w, int h, string title)
Undocumented in source.

Members

Functions

onVisibleForTheFirstTime
void onVisibleForTheFirstTime()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ArsdBackend

run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
onVisibleForTheFirstTime
void onVisibleForTheFirstTime()

this is called just before our window will be shown for the first time. we must create NanoVega context here, as it needs to initialize internal OpenGL subsystem with valid OpenGL context.

ctx
NanoContext ctx;
Undocumented in source.
simple_window
SimpleWindow simple_window;
Undocumented in source.
screen
ArsdScreen screen;
Undocumented in source.

Meta