Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
977
IDrawableModule* ModularSynth::GetLastClickedModule() const
978
{
979
return mLastClickedModule;
980
}
981
982
void ModularSynth::KeyPressed(int key, bool isRepeat)
983
{
Callers
4
DrawModule
Method · 0.80
Render
Method · 0.80
KeyPressed
Method · 0.80
DrawConnection
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected