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

Method OnAppAbout

editor/editor.cpp:609–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607
608// App command to run the dialog
609void CEditorApp::OnAppAbout() {
610 CAboutDlg aboutDlg;
611
612 theApp.pause();
613 aboutDlg.DoModal();
614 theApp.resume();
615}
616
617/////////////////////////////////////////////////////////////////////////////
618// CEditorApp commands

Callers

nothing calls this directly

Calls 3

pauseMethod · 0.80
DoModalMethod · 0.45
resumeMethod · 0.45

Tested by

no test coverage detected