MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / setValue

Method setValue

src/components/SliderComponent.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void SliderComponent::setValue(float value)
92{
93 mValue = value;
94}
95
96float SliderComponent::getValue()
97{

Callers 1

loadStatesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected