Add "_unhandled_input" snippet (#422)

This commit is contained in:
kemgoblin
2022-09-16 19:57:51 +03:00
committed by GitHub
parent fb82ef69e5
commit 570e848f03

View File

@@ -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": [