Learn R Programming

rMouse (version 0.1)

left: Left Click

Description

Sends a left click, when called.

Usage

left(failSafe = TRUE)

Arguments

failSafe

Logical flag to allow for emergency stops. Default is TRUE.

See Also

delay, move, right, pos, record

Examples

Run this code

move(50, 50)
delay(1000)
left()

Run the code above in your browser using DataLab