From 42e8e2940682dab955e5c59f39375f3fddf6973a Mon Sep 17 00:00:00 2001 From: SimonePDA Date: Mon, 30 Oct 2017 19:12:58 +0100 Subject: [PATCH] Update mousePress.adoc --- Language/Functions/USB/Mouse/mousePress.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Language/Functions/USB/Mouse/mousePress.adoc b/Language/Functions/USB/Mouse/mousePress.adoc index c1a777e5c..7ab100e4d 100644 --- a/Language/Functions/USB/Mouse/mousePress.adoc +++ b/Language/Functions/USB/Mouse/mousePress.adoc @@ -15,9 +15,9 @@ title: Mouse.press() [float] === Description -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()]. +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()]. -Before using `Mouse.press()`, you need to start communication with link:../mouseBegin[Mouse.begin()]. +Before using `Mouse.press()`, you need to start communication with link:../mousebegin[Mouse.begin()]. `Mouse.press()` defaults to a left button press. [%hardbreaks] @@ -105,4 +105,4 @@ When you use the `Mouse.press()` command, the Arduino takes over your mouse! Mak * #LANGUAGE# link:../mouseispressed[Mouse.isPressed()] -- -// SEE ALSO SECTION ENDS \ No newline at end of file +// SEE ALSO SECTION ENDS