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

Method getCursorPosition

MyGUIEngine/src/MyGUI_EditText.cpp:340–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338 }
339
340 size_t EditText::getCursorPosition() const
341 {
342 return mCursorPosition;
343 }
344
345 void EditText::setCursorPosition(size_t _index)
346 {

Callers

nothing calls this directly

Calls 1

pointMethod · 0.45

Tested by

no test coverage detected