mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
present mode working with multiple displays
This commit is contained in:
@@ -442,7 +442,9 @@ public class PSurfaceJOGL implements PSurface {
|
||||
|
||||
window.setSize(screenRect.width, screenRect.height);
|
||||
PApplet.hideMenuBar();
|
||||
window.setTopLevelPosition(0, 0);
|
||||
window.setTopLevelPosition(sketchX + screenRect.x,
|
||||
sketchY + screenRect.y);
|
||||
// window.setTopLevelPosition(0, 0);
|
||||
window.setFullscreen(true);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user