powered by
Simulate the release of mouse button held by mouse.click.
mouse.click
mouse.release(button = "left")
character. Allowed values are "left", "right", and "middle".
"left"
"right"
"middle"
if (FALSE) { # right mouse click and hold mouse.click(button = "right", hold = TRUE) # release right click mouse.release(button = "right") }
Run the code above in your browser using DataLab