MCPcopy Index your code
hub / github.com/processing/processing / createSurface

Method createSurface

core/src/processing/core/PGraphics.java:819–821  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

817
818
819 public PSurface createSurface() { // ignore
820 return surface = new PSurfaceNone(this);
821 }
822
823
824

Callers 1

initSurfaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected