godot _unhandled_input(event): code example
Example: unhandled input godot example
func _unhandled_input(event):
if event.is_action_released("action name"):
#Do stuff here
func _unhandled_input(event):
if event.is_action_released("action name"):
#Do stuff here