MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / MouseMagnify

Method MouseMagnify

Source/ModularSynth.cpp:1799–1804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1797}
1798
1799void ModularSynth::MouseMagnify(int intX, int intY, float scaleFactor, const juce::MouseInputSource& source)
1800{
1801 mMousePos.x = intX;
1802 mMousePos.y = intY;
1803 ZoomView(scaleFactor - 1, true);
1804}
1805
1806bool ModularSynth::InMidiMapMode()
1807{

Callers 1

mouseMagnifyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected