MCPcopy Create free account
hub / github.com/clementgallet/libTAS / slotSyncInputEditorVisible

Method slotSyncInputEditorVisible

src/program/ui/MainWindow.cpp:750–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748}
749
750void MainWindow::slotSyncInputEditorVisible(bool &visible)
751{
752 visible = windowManager->isInputEditorVisible();
753}
754
755void MainWindow::slotFetchRamWatch(std::string &watch)
756{

Callers

nothing calls this directly

Calls 1

isInputEditorVisibleMethod · 0.80

Tested by

no test coverage detected