input: add basic support for touchscreen input

This commit is contained in:
CismonX 2023-07-05 00:19:21 +08:00
parent 4a73828911
commit c572692e45
No known key found for this signature in database
GPG key ID: 3094873E29A482FB
12 changed files with 364 additions and 22 deletions

View file

@ -26,6 +26,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);