MCPcopy Create free account
hub / github.com/VCVRack/Rack / getRelativeZoom

Method getRelativeZoom

src/widget/ZoomWidget.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15float ZoomWidget::getRelativeZoom(Widget* ancestor) {
16 return zoom * Widget::getRelativeZoom(ancestor);
17}
18
19
20math::Rect ZoomWidget::getViewport(math::Rect r) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected