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