MCPcopy Create free account
hub / github.com/MyGUI/mygui / onDoModal

Method onDoModal

Tools/EditorFramework/TextFieldControl.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 3

setKeyFocusWidgetMethod · 0.80
setTextSelectionMethod · 0.45
getTextLengthMethod · 0.45

Tested by

no test coverage detected