Actually that’s the tricky part to instantiate an inner class! ![]()
B/c even before instantiating an inner class, an instance of its enclosing class needs to exist 1st. ![]()
In our case, the enclosing class instance is the sketch itself, a subclass of PApplet. ![]()