how to make moving cursor mouse with keyboard

can i move the cursor mouse with up, down, right, left keyboard ?

I couldn’t find a way to move the built in mouse cursor. As a workaround you can create your own mouse cursor using a Texture2D and creating the same functionality s of the normal mouse. Might be more work than its worth, but it would be a nice script to have and good coding practice. If i get a working solution or read of a different way to access/alter the cursor position ill let you know.