Sorry to resurrect an old topic from someone else. But I think is better than overpopulate the forum with the same questions.
In regard to actions performed on quicks double taps of a button.
This works too for double clicks/touchs?
I need an object to perform two different actions, one when you click on it and another when you double click it.
The problem is that the double click is overriden by the first click action. So i get the two actions performed at once.
I believe that double click on an object takes into account a timer similar to your "sensibility" variable internally. So to differentiate from single clicks.
Your implementation should help in my case with mouse clicks as it helps with keyboard buttons.
But i'm missing something with the default "on <button< double clicked" from C2 engine? It should not prevent intrusions of events for single clicks? I'm puzzled with this :(
Thanks and sorry for my smuggling.