Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Type MYGUICALL ExportEditBox_GetTextCursor
Method · 0.80
MyGUI_Managed_EditBox.h
File · 0.80
notifyEditTextChange
Method · 0.80
_setSuccessText
Function · 0.80
notifyEditTextChange
Method · 0.80
notifyEditTextChangeAlpha
Method · 0.80
setColour
Method · 0.80
setColour
Method · 0.80
setColour
Method · 0.80
setColour
Method · 0.80
setColour
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected