Processing 3x with Simple MultiTouch library

Hello! I would like to create a sketch that allows the user to interact via touch events. At the moment I used keyboard and mouse events. I would like to convert them to touch events with the Simple Multi Touch library, which seems to be compatible only for Processing 2. Do you know others libraries? Alternatively, do you have any examples to do it?

Hi Ecor,

I am also looking for the solutions. Do you have any new idea?

thanks,
Charles.

Hi! Im still looking for a solution to the same problem… could you find any library that works? oNLY IN p5.js ther is “touches” that works but I need to use multitouch in p3…