Debug Tool for Logging information to the top left or panels. More...
#include <ScreenLog.h>
Static Public Member Functions | |
static void | Add (char *A,...) |
Adds a new line to the top left Screen Logger. | |
static Panel * | CreatePanel (int x, int y, Vect bkgColor=Vect(0, 0, 0, 0), Vect borderColor=Vect(0, 0, 0, 0)) |
Creates a panel for extra screen logging tools. | |
static void | RemovePanel (Panel *p) |
Removes a panel from rendering and deletes Panel. | |
Debug Tool for Logging information to the top left or panels.
|
static |
Adds a new line to the top left Screen Logger.
You can add floats and ints like with printf Example:
A |
|
static |
Creates a panel for extra screen logging tools.
Panels default to having no background or border. One can manually set the color and transparency as a Vect when creating the panel.
Example:
x | |
y | |
bkgColor | |
borderColor |