mirror of
https://github.com/swaywm/sway.git
synced 2026-04-27 06:46:25 -04:00
Register touch events in libtouch engine
This commit is contained in:
parent
6a099a753e
commit
bccc14e01b
2 changed files with 20 additions and 0 deletions
|
|
@ -36,7 +36,10 @@ struct sway_cursor {
|
|||
struct wl_listener axis;
|
||||
struct wl_listener frame;
|
||||
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
>>>>>>> Register touch events in libtouch engine
|
||||
struct libtouch_engine *gesture_engine;
|
||||
struct wl_listener touch_down;
|
||||
struct wl_listener touch_up;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue