Is there an addon that resets the cursor to the center of the screen after I let go of the right mouse button?
That seems like something that you would only want in combat.
I don’t know of any addons that work exactly like that but if you use Weakauras there are several WA’s created to give your mouse way more visibility in combat and other times.
https://wago.io/search/mouse+tracker
Including one that is specific to turning
https://wago.io/Fo7d4nWg1
I looked up and down the API (https://wow.gamepedia.com/World_of_Warcraft_API
) and there does not seem to be a function that lets you set the mouse pointer position. The mouse cursor seems to be sacred to WoW, as you are also not able to change it outside of your own addon frame or even hide it.
I figured having the mouse move programmatically might be something they would not allow.
I ended up grabbing a cursor addon that gives it a visible trail in combat and shows its last position while the button is being held for mouse look. It is helping a lot.
Thanks you two!