Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading