Re: [Qemu-devel] [PATCH v2] ui: input-linux: Add absolute event support
Hi, > This patch also refactors the ui/input.c to > support absolute axis > minimum values other than 0. Can you put that into a separate patch please? thanks, Gerd
[Qemu-devel] [PATCH v2] ui: input-linux: Add absolute event support
This patch adds support for absolute pointer events to the input-linux subsystem. This support was omitted from the original input-linux patch, however most of the code required for it is already in place. Support for absolute events is especially useful for guests with vga passthrough. Since they