| 90 | } |
| 91 | |
| 92 | void TextFieldControl::onDoModal() |
| 93 | { |
| 94 | mText->setTextSelection(0, mText->getTextLength()); |
| 95 | MyGUI::InputManager::getInstance().setKeyFocusWidget(mText); |
| 96 | } |
| 97 | |
| 98 | void TextFieldControl::onEndModal() |
| 99 | { |
nothing calls this directly
no test coverage detected