Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void Highlight::setCursorColor(const c2d::Color &color) {
45
cursor->setFillColor(color);
46
}
47
48
void Highlight::tweenTo(const c2d::Vector2f &position) {
49
if (tween != nullptr) {
Callers
2
MenuMainOptionsSubmenu
Method · 0.80
MenuVideoSubmenu
Method · 0.80
Calls
1
setFillColor
Method · 0.45
Tested by
no test coverage detected