More details on the various types of selectInput
Hello, how are the parameters used in the various types of selectInput calls? Only the "public void selectInput(String prompt, String callback)" seems to be described, either on the web page or in the javadocs. Would like to have more info on
public void selectInput(String prompt, String callback, File file)
public void selectInput(String prompt, String callback, File file, Object callbackObject)
public static void selectInput(String prompt, String callbackMethod, File file, Object callbackObject, Frame parent)
Thanks!
The website does not describe all the parameters for the different method signatures.
Include for related functions:
https://processing.org/reference/selectInput_.html https://processing.org/reference/selectFolder_.html https://processing.org/reference/selectOutput_.html