ControlP5: Any way of displaying Checkboxes and Radiobuttons in a Control Window
in
Contributed Library Questions
•
2 years ago
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.
2