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

Method OnBeforeUserUpdate

olcPixelGameEngine.h:5121–5121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5119 void PGEX::OnBeforeUserCreate() {}
5120 void PGEX::OnAfterUserCreate() {}
5121 bool PGEX::OnBeforeUserUpdate(float& fElapsedTime) { return false; }
5122 void PGEX::OnAfterUserUpdate(float fElapsedTime) {}
5123
5124 // Need a couple of statics as these are singleton instances

Callers 1

olc_CoreUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected