MCPcopy 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
169void ControlStepper::setValue(double value)
170{
171 this->setValueWithSendingEvent(value, true);
172}
173
174double ControlStepper::getValue() const
175{

Callers 4

setWrapsMethod · 0.95
setMinimumValueMethod · 0.95
setMaximumValueMethod · 0.95
onTouchEndedMethod · 0.95

Calls 1

Tested by

no test coverage detected