📌  相关文章
📜  未处理的输入 godot 示例 - Go 编程语言代码示例

📅  最后修改于: 2022-03-11 14:45:00.092000             🧑  作者: Mango

代码示例1
func _unhandled_input(event):
    if event.is_action_released("action name"):
        #Do stuff here