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

Method selectOutput

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

Source from the content-addressed store, hash-verified

264
265
266 @Override
267 public void selectOutput(String prompt, String callback,
268 File file, Object callbackObject) {
269 ShimAWT.selectOutput(prompt, callback, file, callbackObject);
270 }
271
272
273 @Override

Callers

nothing calls this directly

Calls 1

selectOutputMethod · 0.95

Tested by

no test coverage detected