Touchpad scroll on titlebar

This commit is contained in:
David96 2021-02-20 11:58:26 +01:00
parent e0a94bee8d
commit 51ff13826b
3 changed files with 28 additions and 1 deletions

View file

@ -67,4 +67,8 @@ const char *sway_wl_output_subpixel_to_string(enum wl_output_subpixel subpixel);
bool sway_set_cloexec(int fd, bool cloexec);
void scroll_distance_add(float delta);
void scroll_distance_reset();
float scroll_distance_get();
#endif