Extra feature of ScreenLog.
More...
#include <Panel.h>
|
void | Add (char *A,...) |
| Adds a new line to the panel.
|
|
void | SetPos (float x, float y) |
| Changes top left position of panel.
|
|
Extra feature of ScreenLog.
◆ Add()
void Panel::Add |
( |
char * | A, |
|
|
| ... ) |
|
private |
Adds a new line to the panel.
You can add floats and ints like with printf Example:
p->Add("Demo line");
p->Add("%i", demoInt);
p->Add("%3.1f", demoFloat);
- Parameters
-
◆ SetPos()
void Panel::SetPos |
( |
float | x, |
|
|
float | y ) |
|
private |
Changes top left position of panel.
- Parameters
-