How to use hold/tap interactions in new Input System
Hi, I'm learning the new Input System and can't figure out how to use interactions. Everything is set, but I do not know how to code to do one thing with a single "tap" and another thing with "hold".
To be clear, I want to do something like if(SouthButton is held) {do "codeA"} else if(SouthButton is tapped) {do "codeB"}
Comment
Your answer
Follow this Question
Related Questions
Making an object move non stop after button input? 1 Answer
Change direction of rigidbody when force is no longer being applied 2 Answers
Cannot get InControl to work 0 Answers
Why is my input not working everytime 0 Answers
Movement Sticking 0 Answers