Add touch and notouch to embed vocabulary

This commit is contained in:
Grant Sanderson 2024-07-31 15:24:50 +02:00
parent a7765dcac3
commit c1efd14904

View file

@ -240,6 +240,8 @@ class Scene(object):
i2g=self.i2g,
i2m=self.i2m,
checkpoint_paste=self.checkpoint_paste,
touch=lambda: shell.enable_gui("manim"),
notouch=lambda: shell.enable_gui(None),
)
# Enables gui interactions during the embed