MCPcopy 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
1022void CEditorApp::pause() {
1023 m_Paused = TRUE;
1024 ddio_KeyFlush();
1025 ddio_Suspend();
1026}
1027
1028bool Stay_paused = 0;
1029

Callers 15

OnAppAboutMethod · 0.80
FileDialogFunction · 0.80
OnOpenDocumentMethod · 0.80
OnActivateAppMethod · 0.80
OnToolsWorldTexturesMethod · 0.80
OnToolsWorldWeaponsMethod · 0.80

Calls 2

ddio_KeyFlushFunction · 0.85
ddio_SuspendFunction · 0.85

Tested by

no test coverage detected