Mouse.press()
설명
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 Mouse.release().
Before using Mouse.press(), you need to start communication with Mouse.begin().
Mouse.press() defaults to a left button press.
문법
Mouse.press()
Mouse.press(button)
매개변수
- button: which mouse button to press - char
- MOUSE_LEFT (default)
- MOUSE_RIGHT
- MOUSE_MIDDLE
반환값
- 없음
예제 코드
※ 주의 및 경고:
When you use the Mouse.press() 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.
더보기
- 언어 : Arduino - Mouse
- 언어 : Mouse.begin()
- 언어 : Mouse.click()
- 언어 : Mouse.end()
- 언어 : Mouse.isPressed()
- 언어 : Mouse.move()
- 언어 : Mouse.release()
※ ARDUINO BUY RECOMMENDATION
Arduino UNO R3 | |
Arduino Starter Kit |