Skip to content

Commit cf13482

Browse files
committed
fix title of mouseIsPressed page (and link)
1 parent dffc2a6 commit cf13482

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/reference/mouseIsPressed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mouseIsPressed()
1+
# mouseIsPressed
22

33
A `Boolean` system variable that's `true` if the mouse is pressed and
44
`false` if not.

docs/reference/mousePressed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ mousePressed()
126126
* [mouseWheel()](mouseWheel.md)
127127
* [mouseClicked()](mouseClicked.md)
128128
* [mouseDragged()](mouseDragged.md)
129+
* [mouseIsPressed](mouseIsPressed.md)
129130
* [mouseMoved()](mouseMoved.md)
130131
* [mouseX](mouseX.md)
131132
* [mouseY](mouseY.md)

0 commit comments

Comments
 (0)