This commit is contained in:
Colin Rubow 2026-06-20 17:39:25 -06:00
commit 4c9c762e15

View file

@ -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