Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ setValue
Method
setValue
extensions/GUI/src/GUI/ControlExtension/ControlStepper.cpp:169–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
}
168
169
void ControlStepper::setValue(double value)
170
{
171
this->setValueWithSendingEvent(value, true);
172
}
173
174
double ControlStepper::getValue() const
175
{
Callers
4
setWraps
Method · 0.95
setMinimumValue
Method · 0.95
setMaximumValue
Method · 0.95
onTouchEnded
Method · 0.95
Calls
1
setValueWithSendingEvent
Method · 0.95
Tested by
no test coverage detected