Hi Kim, Thanks for the report! Could you give me detailed steps to reproduce the issue so that we can work on a proper fix?
Thank you, -- hikalium 2025年2月26日(水) 3:03 Kim, Dongwon <dongwon....@intel.com>: > Hi hikalium, > > This commit actually breaks one of our use cases with Ubuntu host when the > display scaling factor is > set to 200%. It seems like gtk_widget_get_scale_factor is only way to get > that DPI scaling factor > and without this, mouse movement on the guest wouldn't be able to go > across certain boundary > as the coordinate will be halved (in case DPI scaling factor is 200%). > > commit 37e91415018db3656b46cdea8f9e4d47b3ff130d > Author: hikalium <hikal...@hikalium.com> > Date: Sun May 12 20:14:35 2024 +0900 > > ui/gtk: Fix mouse/motion event scaling issue with GTK display backend > >