ScrUtil
Gestor de consola de texto
|
Namespaces | |
namespace | ScrUtil |
'defines' | |
#define | SO_UNIX |
Funciones | |
void | ScrUtil::clear () |
void | ScrUtil::setColors (Attributes colors) |
void | ScrUtil::setColors (Color tinta, Color papel) |
void | ScrUtil::moveCursorTo (Position pos) |
void | ScrUtil::moveCursorTo (unsigned short int fila, unsigned short int columna) |
Position | ScrUtil::getConsoleSize () |
Attributes | ScrUtil::getCurrentAttributes () |
short int | ScrUtil::getMaxRows () |
short int | ScrUtil::getMaxColumns () |
Position | ScrUtil::getCursorPosition () |
void | ScrUtil::showCursor (bool see) |
#define SO_UNIX |