Files
gtk3/gdk
Peter Hutterer 3fca36169a wayland: add support for wl_pointer frame/axis_source/axis_discrete/axis_stop
This adds support for the new wl_pointer events available in v5.

The wl_pointer.axis_source events can be ignored for the purposes here, the
main reason they exist is so that the combination of axis_source=finger and
axis_stop triggers kinetic scrolling. We don't need to care about the source,
axis_stop is enough for us to tell us when we're scrolling.

The wl_pointer.frame events group events together and is intended as a
mechanism to coalesce events together. This for example allows us to now
send a single GTK scroll event for a diagonal scroll. Previously, the two
wl_pointer.axis events had to be handled separately.

The wl_pointer.axis_discrete event sends mouse wheel clicks where
appropriate, and is translated into up/down/left/right scroll events.

https://bugzilla.gnome.org/show_bug.cgi?id=756729
2016-01-18 21:36:23 +01:00
..
2016-01-18 09:23:44 +00:00
2016-01-18 17:34:29 +01:00
2015-12-15 00:16:15 +01:00
2014-10-13 10:43:31 -04:00
2015-05-08 13:34:25 -04:00
2015-12-13 10:39:43 -05:00
2015-12-13 10:39:43 -05:00
2015-12-13 10:39:43 -05:00
2014-02-07 13:06:10 -05:00
2014-11-06 12:24:43 +01:00
2015-09-12 12:50:39 -04:00
2014-06-11 21:55:15 -04:00
2014-08-30 00:53:21 -04:00
2015-10-03 22:26:27 -04:00
2015-10-03 22:26:27 -04:00
2016-01-18 08:54:35 -05:00
2015-12-15 00:16:15 +01:00
2015-12-15 00:16:15 +01:00
2014-06-11 21:55:15 -04:00
2014-09-07 17:14:37 -04:00
2014-06-11 21:55:15 -04:00
2016-01-15 11:16:32 +01:00