Console

Undocumented in source.

Members

Static functions

attach
bool attach(bool useAlternativeBuffer)
Undocumented in source. Be warned that the author may not have intended to support it.
createTextBuffer
TextBuffer createTextBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
detach
void detach()
Undocumented in source. Be warned that the author may not have intended to support it.
hideCursor
void hideCursor()
Undocumented in source. Be warned that the author may not have intended to support it.
isAttached
bool isAttached()
Undocumented in source. Be warned that the author may not have intended to support it.
processEvents
void processEvents(void delegate(ConsoleEvent) handler)
Undocumented in source. Be warned that the author may not have intended to support it.
refreshHandler
void refreshHandler(uint row, TextBufferCell[] rowCells)
Undocumented in source. Be warned that the author may not have intended to support it.
screenSize
Vector screenSize()
Undocumented in source. Be warned that the author may not have intended to support it.
setCursor
void setCursor(uint x, uint y)
Undocumented in source. Be warned that the author may not have intended to support it.
showCursor
void showCursor()
Undocumented in source. Be warned that the author may not have intended to support it.
waitForInput
void waitForInput()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta