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

Method GetModuleDimensions

Source/EventCanvas.cpp:326–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void EventCanvas::GetModuleDimensions(float& width, float& height)
327{
328 width = mCanvas->GetWidth() + extraW;
329 height = mCanvas->GetHeight() + extraH;
330}
331
332void EventCanvas::CheckboxUpdated(Checkbox* checkbox, double time)
333{

Callers

nothing calls this directly

Calls 2

GetWidthMethod · 0.45
GetHeightMethod · 0.45

Tested by

no test coverage detected