I implemented character movement from Input Mapping Context to WSAD. I
Going further from here, I want to make something that accelerates by pressing the same key twice in a row.
But it’s my first time making this with IMC, so I’m thinking about how to implement it efficiently.
Should I create a new input action, or should I add the same WSAD key in IA_Move to find a trigger that fits the double click.
Please give me some advice.