mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
set fullscreen on sketch
This commit is contained in:
@@ -250,7 +250,7 @@ public class PSurfaceJOGL implements PSurface {
|
||||
if (screenRect.width == sketchWidth &&
|
||||
screenRect.height == sketchHeight) {
|
||||
fullScreen = true;
|
||||
// sketch.fullScreen = true; // hmm
|
||||
sketch.fullScreen();
|
||||
}
|
||||
|
||||
if (fullScreen || spanDisplays) {
|
||||
|
||||
Reference in New Issue
Block a user