DiSDLGLContext

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

createTop
DiCanvas createTop(DiWidget w)
Undocumented in source. Be warned that the author may not have intended to support it.
createWindow
DiSDLGLWindow createWindow(DiWidget w)
Undocumented in source. Be warned that the author may not have intended to support it.
destroyContext
void destroyContext()
Undocumented in source. Be warned that the author may not have intended to support it.
isRunning
bool isRunning()
procEvents
bool procEvents()
Undocumented in source. Be warned that the author may not have intended to support it.
quit
void quit()
removeTop
void removeTop(DiWidget w)
Undocumented in source. Be warned that the author may not have intended to support it.
selfDestroy
void selfDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
setCurrent
void setCurrent(uint winID)
shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
startTextInput
void startTextInput()
Undocumented in source. Be warned that the author may not have intended to support it.
step
bool step()
stopTextInput
void stopTextInput()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin DES
Undocumented in source.

Variables

context
SDL_GLContext context;
Undocumented in source.
current
DiSDLGLWindow current;
Undocumented in source.
is_running
bool is_running;
Undocumented in source.
windows
DiSDLGLWindow[DiWidget] windows;
Undocumented in source.

Meta