Are we launching qemu with the wrong flags or something? The stream voted on mouse movement commands and they didn't seem to do anything.
Also, we should probably remove the mouse x/y position output in chat, and maybe put it in the viewer?
I think Z needs to reset to 0.
I also think that x/y need to be saved. When something like this happens:
mouse_move_dx 100
Qemu is getting this:
mouse_move 100 0
And the previous y coordinates aren't being passed in, so the mouse would always snap to 0?
Are we launching qemu with the wrong flags or something? The stream voted on mouse movement commands and they didn't seem to do anything.
Also, we should probably remove the mouse x/y position output in chat, and maybe put it in the viewer?
I think Z needs to reset to 0.
I also think that x/y need to be saved. When something like this happens:
mouse_move_dx 100
Qemu is getting this:
mouse_move 100 0
And the previous y coordinates aren't being passed in, so the mouse would always snap to 0?