Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ StartSystemEventLoop
Method
StartSystemEventLoop
olcPixelGameEngine.h:7551–7554 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7549
}
7550
7551
virtual olc::rcode StartSystemEventLoop() override {
7552
glutMainLoop();
7553
return olc::OK;
7554
}
7555
7556
virtual olc::rcode HandleSystemEvent() override
7557
{
Callers
1
Start
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected