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

Method Activate

editor/FloatingKeypadDialog.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void CFloatingKeypadDialog::Activate() {
131 if (m_KeypadTabDialog)
132 m_KeypadTabDialog->Activate();
133}
134
135void CFloatingKeypadDialog::Deactivate() {
136 if (m_KeypadTabDialog)

Callers 2

OnFilePlayin640x480Method · 0.45
OnFileLeaveEditorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected