MCPcopy 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
58void SetStep(TwBar* bar, const char* varName, float step)
59{
60 TwCall(TwSetParam(bar, varName, "step", TW_PARAM_FLOAT, 1, &step));
61}
62
63void SetPrecision(TwBar* bar, const char* varName, int32 precision)
64{

Callers 1

InitializeMethod · 0.85

Calls 1

TwCallFunction · 0.85

Tested by

no test coverage detected