MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / HandleSystemEvent

Method HandleSystemEvent

olcPixelGameEngine.h:7556–7559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7554 }
7555
7556 virtual olc::rcode HandleSystemEvent() override
7557 {
7558 return olc::OK;
7559 }
7560 };
7561
7562 std::atomic<bool>* Platform_GLUT::bActiveRef{ nullptr };

Callers 1

olc_CoreUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected