We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I want to get some information about the tool called "Touches array" showed in this example: [android.processing.org/reference/multitouch/touches.html]. Other informations about the reference for Android 4.0+ are also welcome.
Answers
@Ruan_fc===
The requested URL /reference/multitouch/touches.html] was not found on this server.
as for your question for multitouch you have to use the motion event class from android and pointers indexes. see here
https://developer.android.com/training/gestures/multi.html
Thanks for letting me know the "not found" issue as this is my first question on the forum. I'll give a look on your suggestion.
The reference on the multitouch API in Processing is available online at:
http://android.processing.org/reference/multitouch/touches.html
You may find the touch events relevant as well:
http://android.processing.org/reference/multitouch/events.html
For the full reference on the Android-specific API in Processing, go to the following page:
http://android.processing.org/reference/index.html