TemplarAsh Posted August 19, 2015 Share Posted August 19, 2015 Hi there, back after a few months break, could someone give me lua advice of how to detect double tap in a character controller script. I am using ActionMap if that's relevant. Thank you in advance ~Ash Quote Link to comment Share on other sites More sharing options...
Genebris Posted August 19, 2015 Share Posted August 19, 2015 Register time when button is pressed the first time and with the next tap check if (current time - first tap time) is short enough to consider it double tap. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.