fun smoothMove(dest: Location): Unit
Moves the mouse to the destination in a smooth fashion.
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.
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.