Cloudef / wlc

High-level Wayland compositor library
MIT License
331 stars 58 forks source link

Change way how view paramater in touch event is computed #267

Closed kozec closed 7 years ago

kozec commented 7 years ago

As I've described in #266, wlc currently reports touch events with view set to one over which mouse cursor is hovering.

With this PR, touch would remember view that was touched initially, so touch down event and subsequent touch events are reported for that view.

ddevault commented 7 years ago

Thanks!