MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / resume

Method resume

editor/editor.cpp:1030–1037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1028bool Stay_paused = 0;
1029
1030void CEditorApp::resume() {
1031 if (Stay_paused)
1032 return;
1033
1034 m_Paused = FALSE;
1035 ddio_Resume();
1036 ddio_KeyFlush();
1037}
1038
1039///////////////////////////////////////////////////////////////////////////////
1040//

Callers 15

OnAppAboutMethod · 0.45
FileDialogFunction · 0.45
OnOpenDocumentMethod · 0.45
OnActivateAppMethod · 0.45
OnToolsWorldTexturesMethod · 0.45
OnToolsWorldWeaponsMethod · 0.45

Calls 2

ddio_ResumeFunction · 0.85
ddio_KeyFlushFunction · 0.85

Tested by

no test coverage detected