Hi all,
I want to have a fixed “Menu frame” around my sketch – a fixed area that will contain a title, buttons… Inside this frame would be my "live" scene, subject to Camera movements.
I don’t want the menu frame to be subject to the camera movements.
Is there a super-simple way to make this ?
Thanks
PS - If no super-simple way, it seems that I will have 2 choices: use PGraphics, of the Layers library. What would you suggest ?
In my main class, I capture a mouse click into a Boolean:
public class MyProcessingSketch extends PApplet ()
Public class shapeShow () ;
If (mouseClikedHere) … etc…