@atilim : When four finger touching(Apple's gesture), it seems all of my touched object are loosen, and it will inflict weird bug. This doesn't trigger APPLICATION_RESUME and also no APPLICATION_SUSPEND. Can you help me with this?
(Because i don't think people will play it with multitouch, i already submitted my app)
Afaik, it isn't possible to disable/enable multitasking gestures by application wise. But let me look at APPLICATION_RESUME and APPLICATION_SUSPEND events.
Comments
I forgot to write something at the code again.
This happen like, everytime...
When four finger touching(Apple's gesture), it seems all of my touched object are loosen, and it will inflict weird bug.
This doesn't trigger APPLICATION_RESUME and also no APPLICATION_SUSPEND.
Can you help me with this?
(Because i don't think people will play it with multitouch, i already submitted my app)
It actually produce TOUCHES_CANCEL, which i forget that it exist.