MCPcopy Index your code
hub / github.com/benfry/processing4 / selectInput

Method selectInput

core/src/processing/awt/PSurfaceAWT.java:259–263  ·  view source on GitHub ↗
(String prompt, String callback,
                          File file, Object callbackObject)

Source from the content-addressed store, hash-verified

257
258
259 @Override
260 public void selectInput(String prompt, String callback,
261 File file, Object callbackObject) {
262 ShimAWT.selectInput(prompt, callback, file, callbackObject);
263 }
264
265
266 @Override

Callers

nothing calls this directly

Calls 1

selectInputMethod · 0.95

Tested by

no test coverage detected