Add support for touch cancel events

This commit is contained in:
hrdl 2023-05-04 01:13:33 +02:00 committed by Simon Ser
parent db7638a0e5
commit e8f7551e46
5 changed files with 53 additions and 0 deletions

View file

@ -53,6 +53,7 @@ struct sway_cursor {
struct wl_listener touch_down;
struct wl_listener touch_up;
struct wl_listener touch_cancel;
struct wl_listener touch_motion;
struct wl_listener touch_frame;
bool simulating_pointer_from_touch;