Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ StartSystemEventLoop
Method
StartSystemEventLoop
olcPixelGameEngine.h:7181–7184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7179
7180
7181
virtual olc::rcode StartSystemEventLoop() override
7182
{
7183
return olc::OK;
7184
}
7185
7186
virtual olc::rcode HandleSystemEvent() override
7187
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected