- Edited
Hey all!Is there any way to set the position of the mouse cursor in GDScript?(I'd like to make a basic first person script. I want to make the camera look where I move the mouse cursor. I would count the direction of the cursor's movement compared to the center of the window, then reset the cursor's position to the middle at every frame.)Thanks!