Is there any method to insert an image into a controlP5 Group? If not exist what is a possible solution to do this action?
1 Like
untested idea:
you can group only controlP5 elements to a controlP5 group
so if you render a image for example as a image button
you might can group it with other cP5 elements.
check on the 2 examples
-a- extra/ControlP5ImageButton
-b- controllers/ControlP5group
2 Likes