diff --git a/manimlib/scene/scene.py b/manimlib/scene/scene.py index 09efe2ab..e9bd9fb4 100644 --- a/manimlib/scene/scene.py +++ b/manimlib/scene/scene.py @@ -987,6 +987,9 @@ class Scene(object): pass def focus(self) -> None: + """ + Puts focus on the ManimGL window. + """ if not self.window: return self.window.focus()