move

fun move(x: Double, y: Double)(source)

Moves the cursor by the specified horizontal and vertical offsets.

Parameters

x

The horizontal offset to move the cursor by. A positive value moves the cursor to the right, and a negative value moves it to the left.

y

The vertical offset to move the cursor by. A positive value moves the cursor downward, and a negative value moves it upward.