Hey all,
Anyone have any idea how to prevent an app from letting more than five touches be added? Maybe someone who has a better knowledge of the touches system can explain it to me as well.
Basically, my app has 8 pushable buttons on screen, and up to 5 should be able to be pressed. If more than 5 fingers are present, the ipod touch drops the first touch in the set.
I assume that this is due to the fact that an iphone can't handle more than 5 touches with its hardware. Can anyone tell me how to set it so that any 6th or greater touch is ignored instead of replacing a previous touch?