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

Method DrawCables

Source/PatchCableSource.cpp:250–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250void PatchCableSource::DrawCables(bool parentMinimized)
251{
252 mDrawPass = DrawPass::kCables;
253 mParentMinimized = parentMinimized;
254 Draw();
255}
256
257void PatchCableSource::Render()
258{

Callers 1

DrawPatchCablesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected