mirror of
https://github.com/processing/processing4.git
synced 2026-01-30 03:41:15 +01:00
Merge pull request #4304 from GABBAR1947/master
missing parameter in fullScreen() documentation #385
This commit is contained in:
@@ -1870,8 +1870,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