MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / Resize

Method Resize

Source/SpectralDisplay.cpp:152–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void SpectralDisplay::Resize(float w, float h)
153{
154 mWidth = w;
155 mHeight = h;
156 mModuleSaveData.SetInt("width", w);
157 mModuleSaveData.SetInt("height", h);
158}
159
160void SpectralDisplay::LoadLayout(const ofxJSONElement& moduleInfo)
161{

Callers

nothing calls this directly

Calls 1

SetIntMethod · 0.80

Tested by

no test coverage detected