diff --git a/configurations/snippets.json b/configurations/snippets.json index 3ef5e3e..5a2151b 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": [