I’m trying to figure out how to detect when a player’s movement button-thing is going forward, and bind it to the “W” key but I’m not sure how to detect that.
Is there some kind of InputType that I’m just not seeing? Or do I have to use some sort of Vector2? I’m just lost.