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

Method ActivateView

editor/editorView.cpp:565–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565void CEditorView::ActivateView() {
566 CreateChildViews();
567 m_grwndActive = TRUE; // This view is active and functional
568}
569
570/* Since this code is shared by a couple of functions, and is critical that the code
571 is the same for both functions, I place all the code here.

Callers 2

OnFilePlayin640x480Method · 0.80
OnFileLeaveEditorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected