MCPcopy 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
372void WindowManager::resetInputEditorWindow()
373{
374 if (inputEditorWindow_) {
375 inputEditorWindow_->resetInputs();
376 }
377}
378
379void WindowManager::reloadConfigWindows()
380{

Callers 1

updateMovieParamsMethod · 0.80

Calls 1

resetInputsMethod · 0.80

Tested by

no test coverage detected