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

Method OnWindowCascade

editor/editorView.cpp:724–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

722}
723
724void CEditorView::OnWindowCascade() {
725 // TODO: Add your command handler code here
726 D3EditState.tile_views = 0;
727 ((CMainFrame *)GetParentFrame())->DockKeypad(FALSE);
728 DeactivateView();
729 ActivateView();
730}
731
732void CEditorView::OnButtonWindowSelection() {
733 D3EditState.box_selection_mode = -(D3EditState.box_selection_mode - IN_WINDOW - ACROSS_EDGE);

Callers

nothing calls this directly

Calls 1

DockKeypadMethod · 0.80

Tested by

no test coverage detected