• Erwan Tulou's avatar
    skins2(win): fix mouse wheel ineffective on Windows · f3afffbc
    Erwan Tulou authored
    This patch adds isScrollable() to a control, so that we can distinguish
    controls that require mouse wheel (playtree, slider) from those that don't.
    In the latter case, we can then forward events to vlc core.
    
    this fixes #6457.
    f3afffbc
ctrl_generic.hpp 4.83 KB