Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ setCursorColor
Method
setCursorColor
core/ui/UITextFieldEx.cpp:753–756 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
751
}
752
753
void TextFieldEx::setCursorColor(const Color3B& color)
754
{
755
_cursor->setColor(color);
756
}
757
758
const Color3B& TextFieldEx::getCursorColor(void) const
759
{
Callers
1
setPropsWithFlatBuffers
Method · 0.80
Calls
1
setColor
Method · 0.45
Tested by
no test coverage detected