Skip to content

Commit

Permalink
Merge pull request #920 from SableRaf/update-nocursor-doc
Browse files Browse the repository at this point in the history
Update Javadoc for `noCursor()`
  • Loading branch information
Stefterv authored Jan 17, 2025
2 parents 55c7736 + 7c638c3 commit d9274eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/processing/core/PApplet.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
* <h3>Advanced</h3>
* Hide the cursor by creating a transparent image
Expand Down

0 comments on commit d9274eb

Please sign in to comment.