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

Method mouseMagnify

Source/MainComponent.cpp:460–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458 }
459
460 void mouseMagnify(const MouseEvent& e, float scaleFactor) override
461 {
462 mSynth.MouseMagnify(e.getPosition().x, e.getPosition().y, scaleFactor, e.source);
463 }
464
465 bool keyPressed(const KeyPress& key) override
466 {

Callers

nothing calls this directly

Calls 2

MouseMagnifyMethod · 0.80
getPositionMethod · 0.80

Tested by

no test coverage detected