|
Study Dungeon
1.0.0
A group project for COSC345
|
Classes and functions for the UI system. More...
#include "menu.h"Functions | |
| void | ConsoleUI::setConsoleCursorPosition (int x, int y) |
| Set the Console Cursor Position. More... | |
| COORD | ConsoleUI::getConsoleWindowSize () |
| Get the size of the console window. More... | |
Classes and functions for the UI system.
| COORD ConsoleUI::getConsoleWindowSize | ( | ) |
Get the size of the console window.
| void ConsoleUI::setConsoleCursorPosition | ( | int | x, |
| int | y | ||
| ) |
Set the Console Cursor Position.
| x | Number of characters from the left |
| y | number of lines from the top |