Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clementgallet/libTAS
/ isInputEditorVisible
Method
isInputEditorVisible
src/program/ui/WindowManager.cpp:323–326 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
321
}
322
323
bool WindowManager::isInputEditorVisible() const
324
{
325
return inputEditorWindow_ && inputEditorWindow_->isVisible();
326
}
327
328
void WindowManager::startHexViewIfOpen()
329
{
Callers
2
slotSyncInputEditorVisible
Method · 0.80
updateUIFrame
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected