Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ init
Method
init
core/ui/UISlider.cpp:122–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
bool Slider::init()
123
{
124
if (Widget::init())
125
{
126
return true;
127
}
128
return false;
129
}
130
131
void Slider::initRenderer()
132
{
Callers
4
create
Method · 0.45
loadSlidBallTextureNormal
Method · 0.45
loadSlidBallTexturePressed
Method · 0.45
loadSlidBallTextureDisabled
Method · 0.45
Calls
1
init
Function · 0.50
Tested by
no test coverage detected