Mouse.click()
Description
Sends a momentary click to the computer at the location of the cursor. This is the same as pressing and immediately releasing the mouse button.
Mouse.click() defaults to the left mouse button.
Syntax
Mouse.click()
Mouse.click(button)
Parameter Values
- button: which mouse button to press. Allowed data types: char.
- MOUSE_LEFT (default)
- MOUSE_RIGHT
- MOUSE_MIDDLE
Return Values
- Nothing
Example Code
※ NOTES AND WARNINGS:
When you use the Mouse.click() command, the Arduino takes over your mouse! Make sure you have control before you use the command. A pushbutton to toggle the mouse control state is effective.
See Also
- Language : Arduino - Mouse
- Language : Mouse.begin()
- Language : Mouse.end()
- Language : Mouse.isPressed()
- Language : Mouse.move()
- Language : Mouse.press()
- Language : Mouse.release()
- Language : Mouse.end()
- Language : Mouse.move()
- Language : Mouse.press()
- Language : Mouse.release()
- Language : Mouse.isPressed()
※ ARDUINO BUY RECOMMENDATION
Arduino UNO R3 | |
Arduino Starter Kit |