- beginFrame
void beginFrame(RGBA clearColor, Canvas** canvas, ImageRef!RGBA* framebuffer)
Start drawing, return a Canvas initialized to the drawing area.
- endFrame
void endFrame()
- fillWithClearColor
void fillWithClearColor(RGBA clearColor)
Undocumented in source. Be warned that the author may not have intended to support it.
- getFrameSize
void getFrameSize(int* width, int* height)
Undocumented in source. Be warned that the author may not have intended to support it.
- getRenderer
IRenderer getRenderer()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTicks
int getTicks()
Undocumented in source. Be warned that the author may not have intended to support it.
- getWindowID
uint getWindowID()
Undocumented in source. Be warned that the author may not have intended to support it.
- nextEvent
bool nextEvent(SDL_Event* event)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTitle
void setTitle(const(char)[] title)
Undocumented in source. Be warned that the author may not have intended to support it.