Hello,
I've created a control window and canvas with ControlP5, and I was wondering if I can add checkboxes and radiobuttons to it.
I've tried (with no success):
- radiobutton.setWindow(controlWindow);
- checkbox.setWindow(controlWindow);
controlWindow, radiobutton, and checkbox are correctly defined.