• Erwan Tulou's avatar
    skins2(Linux): fix scrolling twice faster than expected · 28c4972c
    Erwan Tulou authored
    On Linux, two scrolling events were generated for each wheel step
    (one on ButtonPress, one on ButtonRelease). This led to scrolling being
    twice faster on Linux than it is on Windows.
    
    This patch ensures that only one scroll event is issued for one step at the
    mouse wheel.
    28c4972c
x11_loop.cpp 10.9 KB