mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
missing parameter in fullScreen() documentation #385
This commit is contained in:
@@ -1867,8 +1867,9 @@ public class PApplet implements PConstants {
|
||||
|
||||
|
||||
/**
|
||||
* @param display the screen to run the sketch on (1, 2, 3, etc.)
|
||||
* @param display the screen to run the sketch on (1, 2, 3, etc. or on multiple screens using SPAN)
|
||||
*/
|
||||
|
||||
public void fullScreen(String renderer, int display) {
|
||||
if (!fullScreen ||
|
||||
!renderer.equals(this.renderer) ||
|
||||
|
||||
Reference in New Issue
Block a user