MCPcopy 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
3179void ModularSynth::ClearConsoleInput()
3180{
3181 mConsoleText[0] = 0;
3182 mConsoleEntry->UpdateDisplayString();
3183}
3184
3185namespace
3186{

Callers 1

TextEntryActivatedMethod · 0.80

Calls 1

UpdateDisplayStringMethod · 0.80

Tested by

no test coverage detected