processing / processing/processing-website
More details on the various types of selectInput
@REAS is already working on this.
Since Jul 25, 2019.
- Dominant language
- MDX
- Stars
- 90
- Forks
- 122
- Avg merge
- 1h 43m
- Merged PRs (30d)
- 3
Description
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!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.