Skip to content

WIP: gdk3: interpolate touchscreen events to screen refresh

Yariv requested to merge yarivb/gtk:gdk-3-touchscreen-interpolation into gtk-3-24

Depends on, and includes !1562

Fixes #2548

This MR adds the bits necessary for interpolating touchscreen input events to the screen refresh.

Marked as WIP because it is... currently only adds the necessary accessors to GdkEvent.

Merge request reports