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

Method fullScreen

core/src/processing/core/PApplet.java:1875–1881  ·  view source on GitHub ↗

Create a full-screen sketch using the default renderer.

()

Source from the content-addressed store, hash-verified

1873 * Create a full-screen sketch using the default renderer.
1874 */
1875 public void fullScreen() {
1876 if (!fullScreen) {
1877 if (insideSettings("fullScreen")) {
1878 this.fullScreen = true;
1879 }
1880 }
1881 }
1882
1883
1884 public void fullScreen(int display) {

Callers

nothing calls this directly

Calls 2

insideSettingsMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected