DesApp

windows handler

Constructors

this
this()

create app

Members

Functions

addWindow
DesWindow addWindow(DesWindow delegate() winFunc)

create and return window from create function winFunc

delay
void delay()
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()

process all events with SDL_PollEvent

quit
void quit()
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()

single processing step

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

Mixins

__anonymous
mixin EMM
Undocumented in source.

Variables

context
SDL_GLContext context;
Undocumented in source.
current
DesWindow current;
Undocumented in source.
is_running
bool is_running;
Undocumented in source.
windows
DesWindow[uint] windows;
Undocumented in source.

Meta