I know there is a way to check if a device is capable of multi-touch. However these seems to return true if a device is capable of 2 or more touches.
I need to know if the device is capable of 3 touches. Exactly 3 touches, or 3 or more touches, either check is acceptable. Anyhow know how to do this?
I am okay with either a boolean that says 3 or more are supported or simply return an number for the number of touches available.
thanks