- Edited
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