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

Method OnClicked

Source/EQEffect.cpp:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void EQEffect::OnClicked(float x, float y, bool right)
90{
91 IDrawableModule::OnClicked(x, y, right);
92
93 mMultiSlider->TestClick(x, y, right);
94}
95
96void EQEffect::MouseReleased()
97{

Callers

nothing calls this directly

Calls 1

TestClickMethod · 0.45

Tested by

no test coverage detected