ControlGroup controlP5 desactivate open
in
Contributed Library Questions
•
2 years ago
Hello,
I want to desactivate open() of controlGroup !
How I can do that ?
messageBox = controlP5.addGroup("messageBox",70,100,200);
messageBox.setBackgroundHeight(120);
messageBox.setBackgroundHeight(120);
void draw()
{
messageBox.setOpen(true);
}
It's a solution but are there an other solution ?
Thanks
1