Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ ConsoleClear
Method
ConsoleClear
olcPixelGameEngine.h:4276–4279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4274
}
4275
4276
void PixelGameEngine::ConsoleClear()
4277
{
4278
sConsoleLines.clear();
4279
}
4280
4281
void PixelGameEngine::ConsoleCaptureStdOut(const bool bCapture)
4282
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected