* Called when window loses focus */
| 521 | * Called when window loses focus |
| 522 | */ |
| 523 | void Window::OnFocusLost(bool) |
| 524 | { |
| 525 | if (this->nested_focus != nullptr && this->nested_focus->type == WWT_EDITBOX) VideoDriver::GetInstance()->EditBoxLostFocus(); |
| 526 | } |
| 527 | |
| 528 | /** |
| 529 | * Raise the buttons of the window. |
no test coverage detected