mirror of
https://github.com/processing/processing4.git
synced 2026-01-28 19:01:08 +01:00
Merge pull request #5340 from alexanderghurst/master
cursor() sets the cursor visible, fixes #5330
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user