Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
196
void SetRefreshRate(TwBar* bar, float rate)
197
{
198
TwCall(TwSetParam(bar, nullptr,
"refresh"
, TW_PARAM_FLOAT, 1, &rate));
199
}
200
201
void SetVisible(TwBar* bar, bool32 visible)
202
{
Callers
nothing calls this directly
Calls
1
TwCall
Function · 0.85
Tested by
no test coverage detected