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

Function compareModuleLeft

src/app/RackWidget.cpp:774–776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772}
773
774static bool compareModuleLeft(ModuleWidget* a, ModuleWidget* b) {
775 return a->getGridBox().getLeft() < b->getGridBox().getLeft();
776}
777
778void RackWidget::setModulePosForce(ModuleWidget* mw, math::Vec pos) {
779 math::Rect mwBox;

Callers

nothing calls this directly

Calls 2

getLeftMethod · 0.80
getGridBoxMethod · 0.80

Tested by

no test coverage detected