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

Method mouseUp

Source/MainComponent.cpp:430–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428 }
429
430 void mouseUp(const MouseEvent& e) override
431 {
432 mSynth.MouseReleased(e.getPosition().x, e.getPosition().y, GetMouseButton(e), e.source);
433 }
434
435 void mouseDrag(const MouseEvent& e) override
436 {

Callers

nothing calls this directly

Calls 2

getPositionMethod · 0.80
MouseReleasedMethod · 0.45

Tested by

no test coverage detected