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

Function SetSize

SampleFramework11/v1.02/TwHelper.cpp:182–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void SetSize(TwBar* bar, int32 sizeX, int32 sizeY)
183{
184 int32 sizes[2] = { sizeX, sizeY};
185 TwCall(TwSetParam(bar, nullptr, "size", TW_PARAM_INT32, 2, sizes));
186}
187
188void SetValuesWidth(TwBar* bar, int32 width, bool32 fit)
189{

Callers 1

AfterResetMethod · 0.85

Calls 1

TwCallFunction · 0.85

Tested by

no test coverage detected