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

Method executableWindow

src/program/ui/WindowManager.cpp:87–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87ExecutableWindow *WindowManager::executableWindow()
88{
89 if (!executableWindow_) {
90 executableWindow_ = new ExecutableWindow(context, owner);
91 executableWindow_->update_config();
92 }
93
94 return executableWindow_;
95}
96
97ControllerTabWindow *WindowManager::controllerTabWindow()
98{

Callers

nothing calls this directly

Calls 1

update_configMethod · 0.45

Tested by

no test coverage detected