Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ HandleSystemEvent
Method
HandleSystemEvent
olcPixelGameEngine.h:7946–7949 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7944
}
7945
7946
virtual olc::rcode HandleSystemEvent() override
7947
{
7948
return olc::OK;
7949
}
7950
7951
static void MainLoop()
7952
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected