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

Method Deactivate

ui/UIEdit.cpp:246–252  ·  view source on GitHub ↗

deactivates edit box (use if you know what you're doing.)

Source from the content-addressed store, hash-verified

244
245// deactivates edit box (use if you know what you're doing.)
246void UIEdit::Deactivate() {
247 // mprintf(0, "deactivating edit box\n");
248
249 m_Active = false;
250 UI_current_editbox = NULL;
251 m_Wnd->ResumeHotkeys();
252}
253
254// Overrides
255

Callers 1

ActivateMethod · 0.45

Calls 1

ResumeHotkeysMethod · 0.80

Tested by

no test coverage detected