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

Method getCurrentWindow

Server/Source/App.cpp:553–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551}
552
553std::shared_ptr<ProcessorWindow> App::getCurrentWindow(Thread::ThreadID tid) {
554 if (auto proc = getCurrentWindowProcInternal(tid)) {
555 return proc->getEditorWindow();
556 }
557 return nullptr;
558}
559
560void App::moveEditor(Thread::ThreadID tid, int x, int y) {
561 traceScope();

Callers

nothing calls this directly

Calls 1

getEditorWindowMethod · 0.80

Tested by

no test coverage detected