Mouse Jump !

How can I make the mouse Jump to a certain position !

i use this code to make it jump to another location

Input.mousePositoin.x = 10;
Input.mousePositoin.y = 10;

but i didn’t work !!

Any help plz …