Multitouch access for each finger
in
Android Processing
•
8 months ago
Hi,
Would it be possible for you guys to do something like this:
Create an Array called (e.g) FingersOnScreen. It is an Array with a Length and up to <how much the devices supports> entries maximum. Each element is a "Mouse", so that you con detect the x-value of the third finger (sorry, I am using C# more often, so that this syntax might be wrong) FingerOnScreen[2].X It would be perfect. The array has no entries, when no finger touches the devices. IMHO such a functionality would be gorgeous for a for-Loop and for games on Android :) BTW: A event FingerOnScreen would be needed as well ;)
Thanks for your response,
Florian
1