#include <CTextScreen.h>
Public Methods | |
CTextScreen () | |
Constructor. More... | |
~CTextScreen () | |
Destructor. More... | |
void | clear (void) |
Clears the text screen. More... | |
void | printf (string str, int line=0) |
Prints a string to the text screen. More... |
|
Constructor.
|
|
Destructor.
|
|
Clears the text screen.
|
|
Prints a string to the text screen.
|