Multi Touch Support for controlP5

I’m currently working on a GUI that will be used to control a toy tank. I’ve used controlP5 to create the buttons needed for each tank operation (such as movement, barrel rotation, etc). Currently I can use a mouse to click on each button but I’m limited to only being able to click on one button at a time. Is there a way I can add multi touch support using the controlP5 library or should I look for other libraries to use. Currently this application is running on a Windows 10 device.