- width
uint width;
Undocumented in source.
- height
uint height;
Undocumented in source.
- window
SDL_Window* window;
Undocumented in source.
- glcontext
SDL_GLContext glcontext;
Undocumented in source.
- cadencer
Cadencer cadencer;
Undocumented in source.
- ~this
~this()
Undocumented in source.
- maximizeWindow
void maximizeWindow()
Undocumented in source. Be warned that the author may not have intended to support it.
- onUserEvent
void onUserEvent(int code)
Undocumented in source. Be warned that the author may not have intended to support it.
- onUpdate
void onUpdate(Time t)
Undocumented in source. Be warned that the author may not have intended to support it.
- onRender
void onRender()
Undocumented in source. Be warned that the author may not have intended to support it.
- onAnimationFrame
void onAnimationFrame(Time t)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkGLError
void checkGLError()
Undocumented in source. Be warned that the author may not have intended to support it.
- run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
- exit
void exit()
Undocumented in source. Be warned that the author may not have intended to support it.