qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] How to pass intercepted mouse move x and y from host to a v


From: Alexander Syvak
Subject: [Qemu-devel] How to pass intercepted mouse move x and y from host to a virtual machine running in Qemu
Date: Sat, 20 May 2017 10:44:23 +0300

Hi, guys!

There exists a manually written virtual USB device registered as Qemu type.

It reads 5 bytes

- x and y of a mouse move, x and y of scrolling, and buttons state -

from mouse.fifo but there is no code in the implementation file which would
actually parse those bytes.

First where does Qemu actually parse those bytes?

And the most important - can I actually pass double value for a mouse move?

I use libinput in order to intercept host input events.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]