GNOME Bugzilla – Bug 770557
clutter/evdev: Fix absolute pointer motion events
Last modified: 2016-08-30 07:51:59 UTC
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1369492
Created attachment 334378 [details] [review] clutter/evdev: Fix absolute pointer motion events Absolute pointer events sent the X coordinate as both X and Y. This caused input issues when running as a virtual machine if the virtual machine used absolute pointer events instead of emulating a regular mouse type (i.e. relative) device.
Review of attachment 334378 [details] [review]: Not really a problem, but the commit message makes it sound like this is specific to virtual machines, you might want to rewrite that, or not, up to you.
Attachment 334378 [details] pushed as 01edf10 - clutter/evdev: Fix absolute pointer motion events