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

Method mouseDown

Source/MainComponent.cpp:425–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423 }
424
425 void mouseDown(const MouseEvent& e) override
426 {
427 mSynth.MousePressed(e.getMouseDownX(), e.getMouseDownY(), GetMouseButton(e), e.source);
428 }
429
430 void mouseUp(const MouseEvent& e) override
431 {

Callers

nothing calls this directly

Calls 1

MousePressedMethod · 0.80

Tested by

no test coverage detected