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

Method inputWindow

src/program/ui/WindowManager.cpp:77–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77InputWindow *WindowManager::inputWindow()
78{
79 if (!inputWindow_) {
80 inputWindow_ = new InputWindow(context, owner);
81 inputWindow_->update();
82 }
83
84 return inputWindow_;
85}
86
87ExecutableWindow *WindowManager::executableWindow()
88{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected