Question by
kevinrocks_786 · Nov 01, 2015 at 01:33 PM ·
c#inputkeycodedouble-tap
How to make custom input key presses
Hello, is there any way i can make a custom keypress or keycode. For example, can i add a keycode called doubletap? And then i would call it like this
if (Input.DoubleTap("w")) { Debug.Log("doubletapped it");}
thanks
Comment
Your answer
Follow this Question
Related Questions
How do I save separate keycodes presses at same time and store for use later in update? 0 Answers
A keybinding system in unity 1 Answer
Using one key only, change bool to true or false depending on it's current value 2 Answers
Problems with touch input. 0 Answers
Player follow touch when holding down your finger on the screen (C#) 1 Answer