Is it possible to set the cursor position to the center (or anywhere else) of the screen? Similar to how games hide the cursor and don’t let it escape the window.
Context:
I’m making a 3D scene, and want the camera to follow the mouse as the user moves it.
I’m also not against tapping into OpenGL if needed.