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

Method mouseDrag

Source/MainComponent.cpp:435–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433 }
434
435 void mouseDrag(const MouseEvent& e) override
436 {
437 mSynth.MouseDragged(e.getPosition().x, e.getPosition().y, GetMouseButton(e), e.source);
438 }
439
440 void mouseMove(const MouseEvent& e) override
441 {

Callers

nothing calls this directly

Calls 2

MouseDraggedMethod · 0.80
getPositionMethod · 0.80

Tested by

no test coverage detected