Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ pause
Method
pause
editor/editor.cpp:1022–1026 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1020
// pause and resume
1021
1022
void CEditorApp::pause() {
1023
m_Paused = TRUE;
1024
ddio_KeyFlush();
1025
ddio_Suspend();
1026
}
1027
1028
bool Stay_paused = 0;
1029
Callers
15
OnAppAbout
Method · 0.80
FileDialog
Function · 0.80
OnOpenDocument
Method · 0.80
OnActivateApp
Method · 0.80
OnToolsWorldTextures
Method · 0.80
OnToolsWorldWeapons
Method · 0.80
OnToolsWorldObjectsDoor
Method · 0.80
OnToolsWorldObjectsLights
Method · 0.80
OnToolsWorldObjectsPlayer
Method · 0.80
OnToolsWorldObjectsPowerups
Method · 0.80
OnToolsWorldObjectsRobots
Method · 0.80
OnToolsWorldObjectsClutter
Method · 0.80
Calls
2
ddio_KeyFlush
Function · 0.85
ddio_Suspend
Function · 0.85
Tested by
no test coverage detected