mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-28 06:46:38 -04:00
WIP: implement touch scrolling
This commit is contained in:
parent
a2db3cdd5b
commit
6f0327eb43
4 changed files with 122 additions and 3 deletions
1
input.h
1
input.h
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue