Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ ClearConsoleInput
Method
ClearConsoleInput
Source/ModularSynth.cpp:3179–3183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3177
}
3178
3179
void ModularSynth::ClearConsoleInput()
3180
{
3181
mConsoleText[0] = 0;
3182
mConsoleEntry->UpdateDisplayString();
3183
}
3184
3185
namespace
3186
{
Callers
1
TextEntryActivated
Method · 0.80
Calls
1
UpdateDisplayString
Method · 0.80
Tested by
no test coverage detected