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

Method OnOK

editor/ScriptEditorDlg.cpp:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116// CScriptEditorDlg message handlers
117
118void CScriptEditorDlg::OnOK() {
119 // TODO: Add extra validation here
120 ddio_KeyFlush();
121 CDialog::OnOK();
122}
123
124void CScriptEditorDlg::OnCancel() {
125 // TODO: Add extra cleanup here

Callers

nothing calls this directly

Calls 1

ddio_KeyFlushFunction · 0.85

Tested by

no test coverage detected