Hi everyone,
I have a 'clicking counting' problem in which I want to prevent the use of multi-touch.
Basically I want the system to only count one touch at a time, not two touches if the user presses both fingers on the screen at the same time.
I know there is a way to do this using variables, but is this the best way?
The app is for mobile.
Thanks!