Skip to content

Instantly share code, notes, and snippets.

@ijoschek
Created December 7, 2018 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ijoschek/013da9e7c1e1201f386675fb19c1e83e to your computer and use it in GitHub Desktop.
Save ijoschek/013da9e7c1e1201f386675fb19c1e83e to your computer and use it in GitHub Desktop.
godot_custom_keybind_tut
func _input(event):
if event is InputEventKey:
if can_change_key:
_change_key(event)
can_change_key = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment