aboutsummaryrefslogtreecommitdiff
path: root/main.gd
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-03-04 00:07:40 +0000
committerdam <dam@gudinoff>2022-03-04 00:07:40 +0000
commit79cac2d7115e31987ff205b7b726b353014dd62b (patch)
tree50ad0f8fbff58481cffb29da73b8ef2282cdf865 /main.gd
parent9296ffd6ef1f8fcc1bbb12332fdc9480ff18c68b (diff)
downloadsurgery-log-79cac2d7115e31987ff205b7b726b353014dd62b.tar.zst
surgery-log-79cac2d7115e31987ff205b7b726b353014dd62b.zip
Improved touch scroll.
Diffstat (limited to 'main.gd')
-rw-r--r--main.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.gd b/main.gd
index 614c9b1..5a78ede 100644
--- a/main.gd
+++ b/main.gd
@@ -24,6 +24,7 @@ func _init():
func _ready():
+ Input.set_use_accumulated_input(false)
confirm_action.get_cancel().connect("pressed", self, "dialog_cancelled", ["confirmed"])
file_picker.get_cancel().connect("pressed", self, "dialog_cancelled", ["file_selected"])