ControlP5 Multi touch
in
Contributed Library Questions
•
8 months ago
Hello,
I would like to use ControlP5 in android to build some gui for musical apps. I just wondered if there was a way to support Multi-touch events ?
I've already built a MT application but I did write my own classes sliders and buttons, and handled MT with a spare library :
https://github.com/rjmarsan/AndroidProcessingMultitouch
ControlP5 speeds up the process of building a gui quite a lot, so I want to use it, but I would also need multi touch, does anyone has any idea how I could do that ?
1