WIP: implement touch scrolling

This commit is contained in:
Hugo Osvaldo Barrera 2023-04-19 12:03:19 +02:00
parent a2db3cdd5b
commit 6f0327eb43
4 changed files with 122 additions and 3 deletions

View file

@ -25,6 +25,7 @@
extern const struct wl_keyboard_listener keyboard_listener;
extern const struct wl_pointer_listener pointer_listener;
extern const struct wl_touch_listener touch_listener;
void input_repeat(struct seat *seat, uint32_t key);