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

Method getCableContainer

src/app/RackWidget.cpp:248–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248widget::Widget* RackWidget::getCableContainer() {
249 return internal->cableContainer;
250}
251
252math::Vec RackWidget::getMousePos() {
253 return internal->mousePos;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected