I’m working on a game that will work on mobile and pc and for that I’m making input map with actions like “move_right” “move_left” “jump”. I can easily connect key presses to this actions through editor, but how can I make touch buttons do the same. So that if I press touch button “jump” I get “jump” action? Sorry if it’s newby question, I’m new to the engine. Thank you in advance

I think there's a property in TouchScreenButton where you write the name of the input action to emit where the button is pressed. Look in the inspector after selecting a TouchScreenButton node.

2 years later