MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / getGridBox

Method getGridBox

src/override/ModuleWidget.cpp:1148–1150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1146}
1147
1148math::Rect ModuleWidget::getGridBox() {
1149 return math::Rect(getGridPosition(), getGridSize());
1150}
1151
1152math::Vec& ModuleWidget::dragOffset() {
1153 return internal->dragOffset;

Callers

nothing calls this directly

Calls 1

RectClass · 0.50

Tested by

no test coverage detected