diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-10-13 19:28:17 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-10-13 20:02:51 +0200 |
commit | 9315c26bb248157d0b37ef933e3d16779aed7dd9 (patch) | |
tree | f9b7f57c163b431d23c44d86108a2dfc006f3aec /dw/types.hh | |
parent | f73a9c1a1967318a33cc91f588552574dc7c3f01 (diff) |
Repeat page scrolling when holding the button
When the page scroll mode is enabled, pressing and holding the scrollbar
will keep scrolling pages on that direction until the mouse button is
released.
Diffstat (limited to 'dw/types.hh')
-rw-r--r-- | dw/types.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/types.hh b/dw/types.hh index 877593fe..eabf5ce7 100644 --- a/dw/types.hh +++ b/dw/types.hh @@ -34,7 +34,7 @@ enum VPosition enum ScrollCommand {SCREEN_UP_CMD, SCREEN_DOWN_CMD, SCREEN_LEFT_CMD, SCREEN_RIGHT_CMD, LINE_UP_CMD, LINE_DOWN_CMD, - LEFT_CMD, RIGHT_CMD, TOP_CMD, BOTTOM_CMD}; + LEFT_CMD, RIGHT_CMD, TOP_CMD, BOTTOM_CMD, NONE_CMD}; /* * Different "layers" may be highlighted in a widget. |