mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
Touchpad scroll on titlebar
This commit is contained in:
parent
e0a94bee8d
commit
51ff13826b
3 changed files with 28 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue