Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clementgallet/libTAS
/ resetInputEditorWindow
Method
resetInputEditorWindow
src/program/ui/WindowManager.cpp:372–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
370
}
371
372
void WindowManager::resetInputEditorWindow()
373
{
374
if (inputEditorWindow_) {
375
inputEditorWindow_->resetInputs();
376
}
377
}
378
379
void WindowManager::reloadConfigWindows()
380
{
Callers
1
updateMovieParams
Method · 0.80
Calls
1
resetInputs
Method · 0.80
Tested by
no test coverage detected