mirror of
https://github.com/swaywm/sway.git
synced 2026-02-20 01:40:41 -05:00
Add support for touch cancel events
This commit is contained in:
parent
db7638a0e5
commit
e8f7551e46
5 changed files with 53 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue