Skip to content

Commit 7c638c3

Browse files
committed
Update Javadoc for noCursor()
Removed outdated information.
1 parent 55c7736 commit 7c638c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/processing/core/PApplet.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -3679,8 +3679,7 @@ public void cursor() {
36793679

36803680
/**
36813681
*
3682-
* Hides the cursor from view. Will not work when running the program in a
3683-
* web browser or when running in full screen (Present) mode.
3682+
* Hides the mouse cursor from view.
36843683
*
36853684
* <h3>Advanced</h3>
36863685
* Hide the cursor by creating a transparent image

0 commit comments

Comments
 (0)