• Dylan Smith's avatar
    user32: Increased area for scrolling via mouse drag outside scrollbar. · 2f1c7b16
    Dylan Smith authored
    When dragging the scrollbar thumb with the mouse, the mouse is able to
    move away from the scrollbar and keep scrolling so long as it isn't too
    far away from the scrollbar.  This makes it easier to quickly scroll
    with the mouse.
    
    All that this patch changes is the distance that the mouse can be moved
    away from the scrollbar before it is consider outside of the scrollbar
    and returns to its original position.  The distances are proportional to
    the size of the scrollbar.
    2f1c7b16
scroll.c 65.7 KB