skrypton-api / com.waicool20.skrypton.sikulix.input / SKryptonRobot / smoothMove

smoothMove

fun smoothMove(dest: Location): Unit

Moves the mouse to the destination in a smooth fashion.

Parameters

dest - Location to move the mouse to.

fun smoothMove(src: Location, dest: Location, ms: Long): Unit

Moves the mouse from a source to the destination in a smooth fashion.

Parameters

src - Location to move the mouse from

dest - Location to move the mouse to.

ms - Length of time to complete this action within in milliseconds.