How can I lock the mouse WITHOUT it going to the center of the screen?

How do I lock the mouse cursor, without it going to the center of the screen??

**----OLD-----:**

How do I show the mouse while it is locked though? I want it locked at its last position, not just the center of the screen.

How can I basically teleport the mouse to a certain position? Also, how can I lock the mouse in one position, say the screen, so that it can move enough for the game to recognize its moving but it is staying in one spot?

Is there any way to do this WITHOUT it being overly complected or involving creating a GUI mouse or such?

(Like mousecursor.lock ,or mousecursor.transform.position ?)

Screen.lockCursor = true;