From 7c638c36a44d6a35fc3213e001267314574fbbf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Fri, 17 Jan 2025 12:48:53 +0100 Subject: [PATCH] Update Javadoc for `noCursor()` Removed outdated information. --- core/src/processing/core/PApplet.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index 6b1e88e4bf..ec16e4291f 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -3679,8 +3679,7 @@ public void cursor() { /** * - * Hides the cursor from view. Will not work when running the program in a - * web browser or when running in full screen (Present) mode. + * Hides the mouse cursor from view. * *

Advanced

* Hide the cursor by creating a transparent image