deactivates edit box (use if you know what you're doing.)
| 244 | |
| 245 | // deactivates edit box (use if you know what you're doing.) |
| 246 | void 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 |