diff --git a/core/src/processing/opengl/PSurfaceJOGL.java b/core/src/processing/opengl/PSurfaceJOGL.java index bde0f5230..dd7a1d767 100644 --- a/core/src/processing/opengl/PSurfaceJOGL.java +++ b/core/src/processing/opengl/PSurfaceJOGL.java @@ -1280,6 +1280,7 @@ public class PSurfaceJOGL implements PSurface { display.getEDTUtil().invoke(false, new Runnable() { @Override public void run() { + window.setPointerVisible(true); window.setPointerIcon(pi); } });