MCPcopy Create free account
hub / github.com/Cpasjuste/pplay / setCursorColor

Method setCursorColor

src/highlight.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void Highlight::setCursorColor(const c2d::Color &color) {
45 cursor->setFillColor(color);
46}
47
48void Highlight::tweenTo(const c2d::Vector2f &position) {
49 if (tween != nullptr) {

Callers 2

MenuVideoSubmenuMethod · 0.80

Calls 1

setFillColorMethod · 0.45

Tested by

no test coverage detected