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

Method OnClicked

Source/Push2Control.cpp:289–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289void Push2Control::OnClicked(float x, float y, bool right)
290{
291 IDrawableModule::OnClicked(x, y, right);
292
293 if (!ThePushBridge.IsInitialized())
294 {
295 Initialize();
296 }
297}
298
299void Push2Control::LoadLayout(const ofxJSONElement& moduleInfo)
300{

Callers

nothing calls this directly

Calls 1

IsInitializedMethod · 0.45

Tested by

no test coverage detected