So I just got android studio and imported the processing android library into it. I loaded a random example code I found(put a dot where you touch) and it used mousePressed to check if the mouse is down. However, this only works for single touch, and if I place a second finger on the screen, nothing happens. I was just wondering, how do you incorporate multitouch into android processing?
Note: I don't know how to directly program for android at all.