fix: Fixed more input events (#442)

Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
This commit is contained in:
Dennis Ploeger
2021-11-15 10:34:56 +01:00
committed by GitHub
parent c13fde6428
commit b626973f11
4 changed files with 30 additions and 20 deletions

View File

@@ -84,7 +84,7 @@ func register_background(background: ESCBackground):
"mouse_wheel_up",
self,
"_on_mousewheel_action",
[-1]
[1]
)
background.connect(
"mouse_wheel_down",