Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
renderThreadApp
Function · 0.45
logicThread
Function · 0.45
mainAppSingleThreaded
Method · 0.45
runLoop
Method · 0.45
Calls
no outgoing calls
Tested by
1
runLoop
Method · 0.36