mouse.release {KeyboardSimulator} | R Documentation |
Simulate the release of mouse button held by mouse.click
.
mouse.release(button = "left")
button |
character. Allowed values are " |
## Not run: # right mouse click and hold mouse.click(button = "right", hold = TRUE) # release right click mouse.release(button = "right") ## End(Not run)