I’m a realtively new user. I’ve been watching Dan SHiffman videos and studying the examples given in the processing environment. Lately, I’ve been studying the example in the contributed libraries/controlP5/controllers/controlP5Button. In this example there is a function
<
public void controlEvent(ControlEvent theEvent) {
println(theEvent.getController().getName());
n = 0;
}
The argument seems to be an Object(?). But I can not find it in the code. After nosing around a little it seems it is part of the controlP5 library and it is a Java Object. Is this correct? How can I better understand what the function shown above works? Thanks Mike
/>
please format code with </> button * homework policy * asking questions