- addHandler
void addHandler(OnSdlEvent newHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- invalidate
void invalidate()
Undocumented in source. Be warned that the author may not have intended to support it.
- logger
Logger logger()
Undocumented in source. Be warned that the author may not have intended to support it.
- onBeforeLoopStart
void onBeforeLoopStart(void delegate() dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- onBeforeLoopStart
auto onBeforeLoopStart()
Undocumented in source. Be warned that the author may not have intended to support it.
- onClose
void onClose(OnClose handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- onClose
auto onClose()
Undocumented in source. Be warned that the author may not have intended to support it.
- onDraw
void onDraw(OnDraw handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- onDraw
auto onDraw()
Undocumented in source. Be warned that the author may not have intended to support it.
- onKeyDown
void onKeyDown(OnSdlEvent handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- onKeyDown
auto onKeyDown()
Undocumented in source. Be warned that the author may not have intended to support it.
- onKeyUp
void onKeyUp(OnSdlEvent handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- onKeyUp
auto onKeyUp()
Undocumented in source. Be warned that the author may not have intended to support it.
- onKeyboardChar
void onKeyboardChar(OnKeyboardChar handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- onKeyboardChar
auto onKeyboardChar()
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseDown
void onMouseDown(OnSdlEvent handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseDown
auto onMouseDown()
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseMotion
void onMouseMotion(OnSdlEvent handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseMotion
auto onMouseMotion()
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseUp
void onMouseUp(OnSdlEvent handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseUp
auto onMouseUp()
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseWheel
void onMouseWheel(OnSdlEvent handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseWheel
auto onMouseWheel()
Undocumented in source. Be warned that the author may not have intended to support it.
- onResize
void onResize(OnResize handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- onResize
auto onResize()
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.