MCPcopy 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
122bool Slider::init()
123{
124 if (Widget::init())
125 {
126 return true;
127 }
128 return false;
129}
130
131void Slider::initRenderer()
132{

Callers 4

createMethod · 0.45

Calls 1

initFunction · 0.50

Tested by

no test coverage detected