Skip to content

Commit 42e8e29

Browse files
author
SimonePDA
authored
Update mousePress.adoc
1 parent cc2b215 commit 42e8e29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Language/Functions/USB/Mouse/mousePress.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ title: Mouse.press()
1515

1616
[float]
1717
=== Description
18-
Sends a button press to a connected computer. A press is the equivalent of clicking and continuously holding the mouse button. A press is cancelled with link:../mouseRelease[Mouse.release()].
18+
Sends a button press to a connected computer. A press is the equivalent of clicking and continuously holding the mouse button. A press is cancelled with link:../mouserelease[Mouse.release()].
1919

20-
Before using `Mouse.press()`, you need to start communication with link:../mouseBegin[Mouse.begin()].
20+
Before using `Mouse.press()`, you need to start communication with link:../mousebegin[Mouse.begin()].
2121

2222
`Mouse.press()` defaults to a left button press.
2323
[%hardbreaks]
@@ -105,4 +105,4 @@ When you use the `Mouse.press()` command, the Arduino takes over your mouse! Mak
105105
* #LANGUAGE# link:../mouseispressed[Mouse.isPressed()]
106106

107107
--
108-
// SEE ALSO SECTION ENDS
108+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)