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

Method getTextLength

MyGUIEngine/src/MyGUI_EditBox.cpp:2199–2202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2197 }
2198
2199 size_t EditBox::getTextLength() const
2200 {
2201 return mTextLength;
2202 }
2203
2204 void EditBox::setOverflowToTheLeft(bool _value)
2205 {

Callers 6

addToConsoleMethod · 0.45
notifyEditTextChangeMethod · 0.45
notifyEditTextChangeMethod · 0.45
onDoModalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected