aboutsummaryrefslogtreecommitdiff
path: root/logic/stage.gd
diff options
context:
space:
mode:
authordam <dam@gudinoff>2021-12-27 03:31:03 +0000
committerdam <dam@gudinoff>2021-12-27 03:31:03 +0000
commit5b863fdc25848817ef11f0c1a33ef45a4160aa2c (patch)
treefc02e32880c4eb72597424da0055bf2172ea7da0 /logic/stage.gd
parenta2af4c7d07259a091deabdceaa5da1a2f7757c5e (diff)
downloadsurgery-log-5b863fdc25848817ef11f0c1a33ef45a4160aa2c.tar.zst
surgery-log-5b863fdc25848817ef11f0c1a33ef45a4160aa2c.zip
Allow to scroll database screen without selecting item on touch-down.
Diffstat (limited to 'logic/stage.gd')
-rw-r--r--logic/stage.gd8
1 files changed, 0 insertions, 8 deletions
diff --git a/logic/stage.gd b/logic/stage.gd
index 207b451..ac5e9aa 100644
--- a/logic/stage.gd
+++ b/logic/stage.gd
@@ -100,11 +100,3 @@ func _notification(what: int):
discard_action()
-func _unhandled_input(event):
- get_node("/root/main/debug").text += "%s\n" % event.to_string()
-
-
-func _unhandled_key_input(event):
- get_node("/root/main/debug").text += "%s\n" % event.to_string()
-
-