Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ isVisibleCursor
Method
isVisibleCursor
MyGUIEngine/src/MyGUI_EditText.cpp:325–328 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
323
}
324
325
bool EditText::isVisibleCursor() const
326
{
327
return mVisibleCursor;
328
}
329
330
void EditText::setVisibleCursor(bool _value)
331
{
Callers
1
frameEntered
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected