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

2024-10-31 Thread Lei Huang
>On Thu, 31 Oct 2024, Lei Huang wrote: >>> On Wed, 30 Oct 2024, Lei Huang wrote: Use a convergence factor to make the VM's input global coordinates more closely approach the global coordinates of host. Change-Id: I2c3f12f1fe7dfb9306d1fc40c4fd4d299937f4c6 Signed-off-by:

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

2024-10-31 Thread BALATON Zoltan
On Thu, 31 Oct 2024, Lei Huang wrote: On Wed, 30 Oct 2024, Lei Huang wrote: Use a convergence factor to make the VM's input global coordinates more closely approach the global coordinates of host. Change-Id: I2c3f12f1fe7dfb9306d1fc40c4fd4d299937f4c6 Signed-off-by: Lei Huang --- ui/sdl2.c | 32

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

2024-10-31 Thread Lei Huang
>On Wed, 30 Oct 2024, Lei Huang wrote: >> Use a convergence factor to make the VM's input >> global coordinates more closely approach the global >> coordinates of host. >> >> Change-Id: I2c3f12f1fe7dfb9306d1fc40c4fd4d299937f4c6 >> Signed-off-by: Lei Huang >> --- >> ui/sdl2.c | 32 +

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

2024-10-30 Thread BALATON Zoltan
On Wed, 30 Oct 2024, Lei Huang wrote: Use a convergence factor to make the VM's input global coordinates more closely approach the global coordinates of host. Change-Id: I2c3f12f1fe7dfb9306d1fc40c4fd4d299937f4c6 Signed-off-by: Lei Huang --- ui/sdl2.c | 32 ++-- 1 file

[PATCH v2] ui/sdl: Mouse event optimization

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