mirror of
https://github.com/labwc/labwc.git
synced 2025-11-06 13:29:58 -05:00
Prior to this commit, when we receive fine-grained scroll events from touchpads that are bound to any mousebind, we leaked the scroll events to the client unless the accumulated scroll delta exceeds the fixed threshold. This was annoying for example when a user wants to ZoomIn/Out with W-Up/Down mousebinds with a touchpad. So this commit fixes it by not leaking the scroll events nor executing actions when the accumulated delta doesn't exceed the threshold. |
||
|---|---|---|
| .. | ||
| cursor.c | ||
| gestures.c | ||
| ime.c | ||
| input.c | ||
| key-state.c | ||
| keyboard.c | ||
| meson.build | ||
| tablet-pad.c | ||
| tablet-tool.c | ||
| tablet.c | ||
| touch.c | ||