I’m trying to lock the cursor position to the center of the screen in pygame, but when i go over to run it, it doesn’t lock, it does hide the cursor, but it doesn’t move it to the center. Which messes up the relative position.
It is not possible to set the pos of a mouse over a Repl because the Repl is not running locally!
It is not moving your mouse, but would move the Repl VM’s mouse if anything.
This is because a Repl is streaming Outputs and sending them over the net!