device: 0.864 graphic: 0.763 performance: 0.650 peripherals: 0.642 mistranslation: 0.524 debug: 0.487 semantic: 0.396 vnc: 0.334 arm: 0.330 architecture: 0.301 risc-v: 0.290 permissions: 0.281 PID: 0.278 TCG: 0.277 register: 0.241 ppc: 0.211 boot: 0.200 virtual: 0.188 VMM: 0.188 files: 0.169 socket: 0.155 kernel: 0.151 user-level: 0.132 assembly: 0.080 network: 0.058 i386: 0.056 hypervisor: 0.025 KVM: 0.024 x86: 0.007 GTK: mouse position incorrect in HiDPI environment Description of problem: With `usb-tablet` mode the guest cursor position should be consistent with the host cursor since QEMU can position the mouse absolutely. The guest position is off from the host cursor position, it seems the position is not being divided by the scaling factor before it is passed on to the guest. Steps to reproduce: 1. Run any guest with a graphical interface (e.g. Fedora Workstation or Windows 10) 2. Notice how the guest mouse is not consistent with the host mouse at all