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

Method encodeWindow

src/program/ui/WindowManager.cpp:67–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67EncodeWindow *WindowManager::encodeWindow()
68{
69 if (!encodeWindow_) {
70 encodeWindow_ = new EncodeWindow(context, owner);
71 encodeWindow_->update_config();
72 }
73
74 return encodeWindow_;
75}
76
77InputWindow *WindowManager::inputWindow()
78{

Callers

nothing calls this directly

Calls 1

update_configMethod · 0.45

Tested by

no test coverage detected