mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Add touch and notouch to embed vocabulary
This commit is contained in:
parent
a7765dcac3
commit
c1efd14904
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue