mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
Add support for touch frame events
Update for the breaking change in [1]. [1]: https://github.com/swaywm/wlroots/pull/3001
This commit is contained in:
parent
4832fc937f
commit
7114030159
2 changed files with 18 additions and 2 deletions
|
@ -52,6 +52,7 @@ struct sway_cursor {
|
|||
struct wl_listener touch_down;
|
||||
struct wl_listener touch_up;
|
||||
struct wl_listener touch_motion;
|
||||
struct wl_listener touch_frame;
|
||||
bool simulating_pointer_from_touch;
|
||||
int32_t pointer_touch_id;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue