MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / SetOpened

Function SetOpened

SampleFramework11/v1.02/TwHelper.cpp:249–252  ·  view source on GitHub ↗

Group parameters

Source from the content-addressed store, hash-verified

247
248// Group parameters
249void SetOpened(TwBar* bar, const char* groupName, bool32 opened)
250{
251 TwCall(TwSetParam(bar, groupName, "opened", TW_PARAM_INT32, 1, &opened));
252}
253
254
255// Global parameters

Callers 2

InitializeFunction · 0.85
SetGroupOpenedMethod · 0.85

Calls 1

TwCallFunction · 0.85

Tested by

no test coverage detected