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

Method getTextCursor

MyGUIEngine/src/MyGUI_EditBox.cpp:2194–2197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2192 }
2193
2194 size_t EditBox::getTextCursor() const
2195 {
2196 return mCursorPosition;
2197 }
2198
2199 size_t EditBox::getTextLength() const
2200 {

Callers 11

notifyEditTextChangeMethod · 0.80
_setSuccessTextFunction · 0.80
notifyEditTextChangeMethod · 0.80
setColourMethod · 0.80
setColourMethod · 0.80
setColourMethod · 0.80
setColourMethod · 0.80
setColourMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected