MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / getQuit

Method getQuit

Samples/2.0/Common/include/GraphicsSystem.h:160–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159 void setQuit() { mQuit = true; }
160 bool getQuit() const { return mQuit; }
161
162 float getAccumTimeSinceLastLogicFrame() const { return mAccumTimeSinceLastLogicFrame; }
163

Callers 4

renderThreadAppFunction · 0.45
logicThreadFunction · 0.45
mainAppSingleThreadedMethod · 0.45
runLoopMethod · 0.45

Calls

no outgoing calls

Tested by 1

runLoopMethod · 0.36