MCPcopy Create free account
hub / github.com/benfry/processing4 / resize

Method resize

core/src/processing/opengl/PGraphicsOpenGL.java:6536–6539  ·  view source on GitHub ↗
(int wide, int high)

Source from the content-addressed store, hash-verified

6534
6535
6536 @Override
6537 public void resize(int wide, int high) {
6538 PGraphics.showMethodWarning("resize");
6539 }
6540
6541
6542 //////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

showMethodWarningMethod · 0.95

Tested by

no test coverage detected