mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
set window position in fullscreen
This commit is contained in:
@@ -213,6 +213,7 @@ public class PSurfaceJOGL implements PSurface {
|
||||
// This example could be useful:
|
||||
// com.jogamp.opengl.test.junit.newt.mm.TestScreenMode01cNEWT
|
||||
if (fullScreen) {
|
||||
window.setPosition(sketchX, sketchY);
|
||||
PApplet.hideMenuBar();
|
||||
if (spanDisplays) {
|
||||
window.setFullscreen(monitors);
|
||||
|
||||
Reference in New Issue
Block a user