Re: [PATCH] ui/sdl: Mouse event optimization

2024-10-29 Thread Lei Huang
>On Tue, 29 Oct 2024, Lei Huang wrote: >>> On Fri, 25 Oct 2024, Lei Huang wrote: Use a convergence factor to make the VM's input global coordinates more closely approach the global coordinates of DOM0. >>> >>> Dom0 is some Xen terminology. Do you mean "host" which is more often used

Re: [PATCH] ui/sdl: Mouse event optimization

2024-10-29 Thread BALATON Zoltan
On Tue, 29 Oct 2024, Lei Huang wrote: On Fri, 25 Oct 2024, Lei Huang wrote: Use a convergence factor to make the VM's input global coordinates more closely approach the global coordinates of DOM0. Dom0 is some Xen terminology. Do you mean "host" which is more often used in QEMU? Yes, I will

Re: [PATCH] ui/sdl: Mouse event optimization

2024-10-28 Thread Lei Huang
> On Fri, 25 Oct 2024, Lei Huang wrote: > > Use a convergence factor to make the VM's input > > global coordinates more closely approach the global > > coordinates of DOM0. > > Dom0 is some Xen terminology. Do you mean "host" which is more often used > in QEMU? Yes, I will change it to host >

Re: [PATCH] ui/sdl: Mouse event optimization

2024-10-25 Thread BALATON Zoltan
On Fri, 25 Oct 2024, Lei Huang wrote: Use a convergence factor to make the VM's input global coordinates more closely approach the global coordinates of DOM0. Dom0 is some Xen terminology. Do you mean "host" which is more often used in QEMU? Change-Id: I2c3f12f1fe7dfb9306d1fc40c4fd4d299937f

[PATCH] ui/sdl: Mouse event optimization

2024-10-24 Thread Lei Huang
Use a convergence factor to make the VM's input global coordinates more closely approach the global coordinates of DOM0. Change-Id: I2c3f12f1fe7dfb9306d1fc40c4fd4d299937f4c6 Signed-off-by: Lei Huang --- ui/sdl2.c | 32 ++-- 1 file changed, 30 insertions(+), 2 deletion