Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
void SliderComponent::setValue(float value)
92
{
93
mValue = value;
94
}
95
96
float SliderComponent::getValue()
97
{
Callers
1
loadStates
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected