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.

Static variables

_attached
bool _attached;
Undocumented in source.
_oldInputCP
UINT _oldInputCP;
Undocumented in source.
_oldIos
termios _oldIos;
Undocumented in source.
_oldMode
DWORD _oldMode;
Undocumented in source.
_oldOutputCP
UINT _oldOutputCP;
Undocumented in source.
_stdin
HANDLE _stdin;
Undocumented in source.
_useAlternateBuffer
bool _useAlternateBuffer;
Undocumented in source.

Meta