Hi, I am new here.<br /><br />I am trying to make a simple game like Fire Emblem series (full 2D), with just 3 buttons (mouse click, accept, cancel). I have followed some game tutorials, and none of them uses input(event) function, they simply use if Input.is_action_pressed('key').<br />So is input(event) really necessary?<br /><br />Thanks!