framework

Members

Aliases

KeyEvent
alias KeyEvent = void delegate(int, bool)
Undocumented in source.
MouseButton
alias MouseButton = void delegate(int, int, bool)
Undocumented in source.
MouseMove
alias MouseMove = void delegate(int, int)
Undocumented in source.

Functions

processEvents
bool processEvents(KeyEvent _keyevent, MouseMove _mmove, MouseButton _mbutton)
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
startup
void startup(string _title, int _width, int _height, bool useVsync)
Undocumented in source. Be warned that the author may not have intended to support it.
tickCount
ulong tickCount()
Undocumented in source. Be warned that the author may not have intended to support it.
tickCount
ulong tickCount()
Undocumented in source. Be warned that the author may not have intended to support it.
tickCount
ulong tickCount()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

winfrequ
long winfrequ;
Undocumented in source.

Meta

Authors

Stephan Dilly, www.extrawurst.org