MCPcopy Create free account
hub / github.com/TheRealMJP/Shadows / SetRefreshRate

Function SetRefreshRate

Shadows/SampleFramework11/TwHelper.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void SetRefreshRate(TwBar* bar, float rate)
197{
198 TwCall(TwSetParam(bar, nullptr, "refresh", TW_PARAM_FLOAT, 1, &rate));
199}
200
201void SetVisible(TwBar* bar, bool32 visible)
202{

Callers

nothing calls this directly

Calls 1

TwCallFunction · 0.85

Tested by

no test coverage detected