Skip to content
Commit 8181ef15 authored by Jonas Ådahl's avatar Jonas Ådahl
Browse files

evdev: Pass a motion delta to pointer constrain callback

The constrain callback cannot rely on the pointer position of the
corresponding ClutterInputDevice to get the actual delta of the motion
event that is to be constrained since it is only updated when an event is
dispatched. So change the API to pass the previous pointer position when
constraining.

https://bugzilla.gnome.org/show_bug.cgi?id=752752
parent 52e38d1a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment