|
CPPConsole
|
#include <stdio.h>#include <sys/ioctl.h>#include <termios.h>#include <unistd.h>Go to the source code of this file.
Data Structures | |
| struct | Dimensions |
| A structure representing the dimensions of the console. More... | |
Namespaces | |
| namespace | console |
| Namespace Containing all console commands. | |
Functions | |
| Dimensions | getDimensions () |
| Gets the width and height of the console. | |