From 570e848f03833b1ac526b186638e4ab4d1f799a8 Mon Sep 17 00:00:00 2001 From: kemgoblin <111526442+kemgoblin@users.noreply.github.com> Date: Fri, 16 Sep 2022 19:57:51 +0300 Subject: [PATCH] Add "_unhandled_input" snippet (#422) --- configurations/snippets.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configurations/snippets.json b/configurations/snippets.json index 3ef5e3ee9..5a2151bdb 100755 --- a/configurations/snippets.json +++ b/configurations/snippets.json @@ -62,6 +62,14 @@ ] }, + "_unhandled_input method of Node": { + "prefix": "uinput", + "body": [ + "func _unhandled_input(event):", + "\t${1:pass}" + ] + }, + "_draw method of Node": { "prefix": "draw", "body": [