MCPcopy Create free account
hub / github.com/apohl79/audiogridder / hideEditor

Method hideEditor

Server/Source/Processor.cpp:964–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962}
963
964void Processor::hideEditor() {
965 traceScope();
966 if (auto c = getClient()) {
967 c->hideEditor();
968 }
969}
970
971void Processor::updateScreenCaptureArea(int val) {
972 traceScope();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected