Create a full-screen sketch using the default renderer.
()
| 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) { |
nothing calls this directly
no test coverage detected