Is there a way to detect "Moving forward key" pressed?

Hi,

if you use axis mapping you could use set members in InputAxisKeyMapping to set the forward key and also to promote the key as Variable, so you can use the “was input key just pressed” or “is input key down” node to check if the key is the forward key.

when you got an action mapping input there is a Key pin below it. You could promote the pin to a variable and use a “was input key just pressed” or “is input key down” node to check if the key is the forward key.

:slight_smile: