mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
typo
This commit is contained in:
parent
c01a81addf
commit
4c9c762e15
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ class Window(PygletWindow, WindowProtocol):
|
|||
modifiers
|
||||
keys like shift or ctrl
|
||||
"""
|
||||
return super().on_key_release(symbol, modifiers)
|
||||
self.scene.on_key_release(symbol, modifiers)
|
||||
|
||||
def on_mouse_motion(self, x: int, y: int, dx: int, dy: int) -> None:
|
||||
"""tie mouse motion events to the scene response
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue