MCPcopy 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
753void TextFieldEx::setCursorColor(const Color3B& color)
754{
755 _cursor->setColor(color);
756}
757
758const Color3B& TextFieldEx::getCursorColor(void) const
759{

Callers 1

Calls 1

setColorMethod · 0.45

Tested by

no test coverage detected