C++ wrapper for the CmdFX Screen API.
More...
|
void | getScreenSize (int *width, int *height) |
|
void | getMousePos (int *x, int *y) |
|
int | isEchoEnabled () |
|
void | setEchoEnabled (int echoEnabled) |
|
int | isLineBuffered () |
|
void | setLineBuffered (int lineBuffered) |
|
bool | isInTerminal () |
|
void | ensureInTerminal () |
|
C++ wrapper for the CmdFX Screen API.