The namespace containing all the "helper" functions in the C++ code.
void enableinputecho()
Enable echoing input, which should be the default mode. Call this only after calling disableinputecho...
void disableinputecho()
Disable echoing input until enableinputecho() is called.
void setcursorposition(int row, int column)
Move the text cursor to the specified screen coordinates.
void getcursorposition(int *row, int *column)
Retrieve the current cursor position in the console window.