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

Method annotationsWindow

src/program/ui/WindowManager.cpp:171–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171AnnotationsWindow *WindowManager::annotationsWindow()
172{
173 if (!annotationsWindow_) {
174 annotationsWindow_ = new AnnotationsWindow(context, &gameLoop->movie, owner);
175 if (context->config.sc.recording != SharedConfig::NO_RECORDING) {
176 annotationsWindow_->update();
177 }
178 }
179
180 return annotationsWindow_;
181}
182
183TimeTraceWindow *WindowManager::timeTraceWindow()
184{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected