is there a way to disable multi touch so that only one thing at a time can be touched?
if you write your code to work if the one finger is down that will do the same thing
i found this…multipleTouchEnabled in appcontroller.mm
it does the job
Just in case, don’t know if it was updated or something, the actual line says
self setMultipleTouchEnabled:YES
I just set it to NO
Worked great.