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

Method SetResizeModule

Source/ModularSynth.h:197–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196
197 void SetResizeModule(IDrawableModule* module) { mResizeModule = module; }
198
199 void SetGroupSelectContext(ModuleContainer* context) { mGroupSelectContext = context; }
200 bool IsGroupSelecting() const { return mGroupSelectContext != nullptr; }

Callers 2

TestClickMethod · 0.80
OnClickedMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestClickMethod · 0.64