Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/BakingLab
/ SetStep
Function
SetStep
SampleFramework11/v1.02/TwHelper.cpp:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void SetStep(TwBar* bar, const char* varName, float step)
59
{
60
TwCall(TwSetParam(bar, varName,
"step"
, TW_PARAM_FLOAT, 1, &step));
61
}
62
63
void SetPrecision(TwBar* bar, const char* varName, int32 precision)
64
{
Callers
1
Initialize
Method · 0.85
Calls
1
TwCall
Function · 0.85
Tested by
no test coverage detected