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

Method GetLastClickedModule

Source/ModularSynth.cpp:977–980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

975}
976
977IDrawableModule* ModularSynth::GetLastClickedModule() const
978{
979 return mLastClickedModule;
980}
981
982void ModularSynth::KeyPressed(int key, bool isRepeat)
983{

Callers 4

DrawModuleMethod · 0.80
RenderMethod · 0.80
KeyPressedMethod · 0.80
DrawConnectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected