In 1.16.5, I am able to automate mouse movements using the library PyDirectInput while raw input is on. I use raw input because the camera movements are easy to calculate. However, when I do the exact same thing in 1.17, the camera points straight down.
If I have raw input turned off in both 1.16.5 and 1.17, the automated mouse movement is registered properly but the mouse movement is calculated in a way that looks good but hard to be precise.
The raw input in 1.17 does not register automated mouse movements the way it should. 1.16.5 registers the mouse movement fine but 1.17 does not.
- is duplicated by
-
MC-230466 Raw Input does not properly register automated mouse movements (using Python)
- Resolved