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

Method getDisplayPrecision

src/app/MenuBar.cpp:385–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383 return string::translate("MenuBar.view.wheelSensitivity");
384 }
385 int getDisplayPrecision() override {
386 return 2;
387 }
388};
389struct KnobScrollSensitivitySlider : ui::Slider {
390 KnobScrollSensitivitySlider() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected