fork download
  1. ```ここに言語を入力
  2. func _process(delta):
  3. if Input.is_key_pressed(KEY_A):
  4. print("hoge")
  5. ```
  6.  
  7. ```ここに言語を入力
  8. func _input(event):
  9. if Input.is_key_pressed(KEY_A):
  10. _myfunc()
  11. func _myfunc():
  12. print("hoge")
  13. ```
  14.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty