How to ignore a touch input
Recently discovered that all devices are not created equal for example an iPad can track 11 touch points at the same time, where the Kindle Fire and the NOOK can only do 2 and who knows about all the android phones out there.
Here is my question, an app I am developing requires the user to hold their hand over the screen for a certain logistic purpose which means they would add anywhere from 1 to 4 touchpoints when that happens, well I dont need any of those inputs. I would like to have an area of the screen or an object that when touched kills the touch input so the 2 or more touch events are not in use and I can use them elsewhere.
Its a weird problem but it will make sense when/if the app happens.
