mirror of
https://github.com/swaywm/sway.git
synced 2026-04-27 06:46:25 -04:00
Integrate libtouch into sway and cursor.(c|h)
This commit is contained in:
parent
642d7fd8ec
commit
6a099a753e
4 changed files with 20 additions and 4 deletions
|
|
@ -36,6 +36,8 @@ struct sway_cursor {
|
|||
struct wl_listener axis;
|
||||
struct wl_listener frame;
|
||||
|
||||
|
||||
struct libtouch_engine *gesture_engine;
|
||||
struct wl_listener touch_down;
|
||||
struct wl_listener touch_up;
|
||||
struct wl_listener touch_motion;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue