fixed broken handling of swipe gestures for moving scrollbars
authorHolger Schemel <info@artsoft.org>
Sat, 5 Apr 2025 12:31:46 +0000 (14:31 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 5 Apr 2025 12:40:27 +0000 (14:40 +0200)
commit7299194b23059cebfa0c8ada939c4e58ce1378e0
tree956ee33c1546dc7e6c0bd25fbe193e16d825d458
parent9134d2acd550bab91e0277428a1d39f92f4fe422
fixed broken handling of swipe gestures for moving scrollbars

The most important fix is never calling "HandleButton()" with a button
value of "0" anymore, which caused major trouble on most screens using
scrollbars. Another bug was that diagonal swipe gestures were handled
as horizontal scrollbar movements only, which is now also corrected.
src/events.c