- Home /
How to move mouse cursor with keyboard
Hello! I'm making a game where the player should keep their both hands on the keyboard. in some puzzles where you inspect objects, I need player to click a specific object, for the puzzle to be solved. but it is not a good idea to use mouse for this, considering the fact that they need both hands on the keyboard. I've been struggling to find a way to move mouse cursor with keyboard ( Like the puzzle game " Braid" where you try to put pieces of puzzles in different places). how can I keep mouse in the game screen and also move it with keyboard?
Your answer

Follow this Question
Related Questions
Screen.lockCursor messes my rotation 1 Answer
Simulate Mouseclick with a kinect. 1 Answer
To view sky, Rotate with Mouse Y? 0 Answers
Mouse Orbit Limit Problems 2 Answers
Moving while facing the camera 0 Answers